Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44935
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <bahamutzero8825@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.139 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.73; '*S*': 0.01; 'cpython': 0.05; 'subject:file': 0.07; 'windows': 0.15; 'filename.': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'extension': 0.26; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'url:wiki': 0.31; 'url:wikipedia': 0.31; 'file': 0.32; 'received:209.85': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'url:support': 0.36; 'url:org': 0.36; 'url:microsoft': 0.37; 'received:209': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'identify': 0.61; 'confirm': 0.64; 'url:%1': 0.72; '3.3.1': 0.84; '9.1': 0.84; 'freebsd': 0.84; 'subject:Making': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=W0+HjthIITPImFsoXwnnvQvUHpPDGl3ziBDj+XRowcg=; b=IwPqvPanzU9HG5df6jEH1vWp1WOtyr88aKKz7wTkmjrEm9fuxage/ktpiV3zAm4AQ0 rLAP3JlQ07/ctdxpnKGuNtGNlESJGj5PdB79ZaGPx2rrunfBJKOzmV1zWP2EuwkZvBNw 21EpzKYtj8UGc8nLbykOA8m6FR/5P0AA4Jyc9miT2YpS7k8A3iqQ0rST7fA5mZR9JROm iO32u2X60XSMMDRASYMyrDl7OWGukY4Be8KubbvjjdR/B73Uk/jmzVWQj+0c+oTpAKk6 R/DqKBLA9s2qGMTvciM5a+L5PS+RYKVKKlc4DAAdpRuLmQz2stCaPzQBQQWIjtdQNARF npOA== |
| X-Received | by 10.236.148.162 with SMTP id v22mr4429742yhj.131.1367978789717; Tue, 07 May 2013 19:06:29 -0700 (PDT) |
| Date | Tue, 07 May 2013 21:06:27 -0500 |
| From | Andrew Berg <bahamutzero8825@gmail.com> |
| User-Agent | Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 |
| MIME-Version | 1.0 |
| To | "comp.lang.python" <python-list@python.org> |
| Subject | Re: Making safe file names |
| References | <51895D03.4000300@gmail.com> <518998FE.6030805@davea.name> <mailman.1430.1367974288.3114.python-list@python.org> <Lvydneajg7LXNhTMnZ2dnUVZ_rKdnZ2d@westnet.com.au> |
| In-Reply-To | <Lvydneajg7LXNhTMnZ2dnUVZ_rKdnZ2d@westnet.com.au> |
| X-Enigmail-Version | 1.5.1 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1436.1367979189.3114.python-list@python.org> (permalink) |
| Lines | 7 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1367979189 news.xs4all.nl 15993 [2001:888:2000:d::a6]:34536 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:44935 |
Show key headers only | View raw
On 2013.05.07 20:28, Neil Hodgson wrote: > http://support.microsoft.com/kb/74496 > http://en.wikipedia.org/wiki/Nul_%28band%29 I can indeed confirm that at least 'nul' cannot be used as a filename. However, I add an extension to the file names to identify them as caches. -- CPython 3.3.1 | Windows NT 6.2.9200 / FreeBSD 9.1
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Making safe file names Andrew Berg <bahamutzero8825@gmail.com> - 2013-05-07 19:51 -0500
Re: Making safe file names Neil Hodgson <nhodgson@iinet.net.au> - 2013-05-08 11:28 +1000
Re: Making safe file names Dave Angel <davea@davea.name> - 2013-05-07 21:45 -0400
Re: Making safe file names Roy Smith <roy@panix.com> - 2013-05-07 22:21 -0400
Re: Making safe file names Andrew Berg <bahamutzero8825@gmail.com> - 2013-05-07 21:20 -0500
Re: Making safe file names Andrew Berg <bahamutzero8825@gmail.com> - 2013-05-07 21:06 -0500
Re: Making safe file names Dave Angel <davea@davea.name> - 2013-05-08 00:10 -0400
Re: Making safe file names albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-05-28 13:44 +0000
Re: Making safe file names Chris Angelico <rosuav@gmail.com> - 2013-05-28 23:53 +1000
Re: Making safe file names Grant Edwards <invalid@invalid.invalid> - 2013-05-28 16:03 +0000
Re: Making safe file names Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-08 03:40 +0000
Re: Making safe file names Dave Angel <davea@davea.name> - 2013-05-08 00:13 -0400
Re: Making safe file names Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-08 04:47 +0000
Re: Making safe file names Andrew Berg <bahamutzero8825@gmail.com> - 2013-05-07 23:49 -0500
csiph-web