Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44984
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.095 |
| X-Spam-Evidence | '*H*': 0.87; '*S*': 0.05; 'subject:file': 0.07; 'guys.': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'roy': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'equivalent': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'stuff': 0.32; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'expect': 0.39; 'to:addr:python.org': 0.39; 'smith': 0.68; 'catherine': 0.84; 'subject:Making': 0.84; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=VOc17m/vGoeFi2Mcr7J9/W5prx5HKppucYsrtiVrcus=; b=j3/ToDPqPwBAEExedp/KSB+xtGkWe8KefliKab46yJZXK01V8O2Sp16kAdRdQexQrq Kzms70yov8DFPT7v4493zY9+eKFJXgLWRQFP9c3oAaBBZNI3ZnybRp/OjhjQV4Kq83Fw oXJF43RljUwDJYmYAwPOeLlswWdddKtvygsNH8Vk/MY5FNVVZAkewqEqufQu8Ygg761G g7c42hvjSLRhNbtRvFm74P/lg6FqFl+wufw96Mv6ukbtrHBo9Rg6vT0nsLenabpbr5Dh GHG1OlaSggJkXjiwE6Im5i5859KfBNDwrqQ//3GphuSW9u7tRUAyeweYbr5AS+TskQsc zByg== |
| MIME-Version | 1.0 |
| X-Received | by 10.220.109.207 with SMTP id k15mr6336603vcp.34.1368059234528; Wed, 08 May 2013 17:27:14 -0700 (PDT) |
| In-Reply-To | <roy-1B572B.20162508052013@news.panix.com> |
| References | <51895D03.4000300@gmail.com> <CAA=1kxTnyFgLW=N_7mOCNnj75qDHt8Dfd-aYUYD8deLTrUBQ4g@mail.gmail.com> <518989E1.8010701@gmail.com> <mailman.1465.1368056269.3114.python-list@python.org> <roy-1B572B.20162508052013@news.panix.com> |
| Date | Thu, 9 May 2013 10:27:14 +1000 |
| Subject | Re: Making safe file names |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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.1471.1368059242.3114.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1368059242 news.xs4all.nl 15897 [2001:888:2000:d::a6]:51460 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:44984 |
Show key headers only | View raw
On Thu, May 9, 2013 at 10:16 AM, Roy Smith <roy@panix.com> wrote: > Pro-tip, guys. If you want to form a band, and expect people to be able > to find your stuff in a search engine some day, don't play cute with > your name. It's the modern equivalent of names like Catherine Withekay. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Making safe file names Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-05-08 19:37 -0400
Re: Making safe file names Roy Smith <roy@panix.com> - 2013-05-08 20:16 -0400
Re: Making safe file names Chris Angelico <rosuav@gmail.com> - 2013-05-09 10:27 +1000
Re: Making safe file names Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-09 01:49 +0000
Re: Making safe file names Roy Smith <roy@panix.com> - 2013-05-08 21:56 -0400
Re: Making safe file names Andrew Berg <bahamutzero8825@gmail.com> - 2013-05-08 21:11 -0500
Re: Making safe file names Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-09 03:08 +0000
Re: Making safe file names Roy Smith <roy@panix.com> - 2013-05-09 08:55 -0400
Re: Making safe file names Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-05-10 12:04 +1200
Re: Making safe file names Tim Chase <python.list@tim.thechases.com> - 2013-05-09 19:17 -0500
Re: Making safe file names Chris Angelico <rosuav@gmail.com> - 2013-05-09 13:53 +1000
csiph-web