Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71916
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'scripts': 0.03; 'subject:script': 0.09; 'yeah,': 0.09; 'cc:addr:python-list': 0.11; 'def': 0.12; '23,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'naming': 0.16; 'subject:import': 0.16; 'wrote:': 0.18; 'thanks.': 0.20; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'fri,': 0.33; 'received:google.com': 0.35; 'pm,': 0.38; 'subject:All': 0.84; 'to:none': 0.92 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=dkl8PGnJ7mzmtcr5OFF7nkmP8Cj9d7ycoiPZ0KfjCpU=; b=N26t0m1Ygqc+uADkWhTy4D0PvADqsMj+D1drc+a5HAvMYq4BRYlaj8AGr7vJ6G2XTw 1xwZp0F/lyNV6yRsyG44ImRz3JP9nAYwtOp2Yq960eHrUuWK7wWULDXkso6cAXCUCg9I 6h4Ph03OjaLWtRbDrlhkeyC16luqd2fL5tdnH8TtUeNMHMwkn+mqPc0XqFz1eomAz+J/ N2mDYSRmjScGIlZexURn+aHumOj+O21ZjhLsnbBTUY61AKr//WOKyb3z3gG781vLfL5K zr1xuFezunR5M6wB/4cyQtueBO5RX7/+NXj0WhDSn4ahJeWTFFGoLQrXhpC1bM32lPb3 7U6A== |
| MIME-Version | 1.0 |
| X-Received | by 10.58.211.229 with SMTP id nf5mr1617823vec.19.1400815580538; Thu, 22 May 2014 20:26:20 -0700 (PDT) |
| In-Reply-To | <1714fbce-827f-4ba5-853c-f2f934a75466@googlegroups.com> |
| References | <mailman.10190.1400680014.18130.python-list@python.org> <1714fbce-827f-4ba5-853c-f2f934a75466@googlegroups.com> |
| Date | Fri, 23 May 2014 13:26:20 +1000 |
| Subject | Re: All-numeric script names and import |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10233.1400816037.18130.python-list@python.org> (permalink) |
| Lines | 9 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1400816037 news.xs4all.nl 2882 [2001:888:2000:d::a6]:34701 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:71916 |
Show key headers only | View raw
On Fri, May 23, 2014 at 12:08 PM, Rustom Mody <rustompmody@gmail.com> wrote:
> $ cat ا.py
> x = 1
> def foo(x): print("Hi %s!!" % x)
Yeah, no thanks. I am not naming my scripts in Arabic. :)
ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
All-numeric script names and import Chris Angelico <rosuav@gmail.com> - 2014-05-21 23:46 +1000
Re: All-numeric script names and import Mark H Harris <harrismh777@gmail.com> - 2014-05-21 09:24 -0500
Re: All-numeric script names and import Chris Angelico <rosuav@gmail.com> - 2014-05-22 00:40 +1000
Re: All-numeric script names and import Mark H Harris <harrismh777@gmail.com> - 2014-05-21 09:24 -0500
Re: All-numeric script names and import Rustom Mody <rustompmody@gmail.com> - 2014-05-22 19:08 -0700
Re: All-numeric script names and import Chris Angelico <rosuav@gmail.com> - 2014-05-23 13:26 +1000
Re: All-numeric script names and import Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2014-05-23 10:58 +0200
Re: All-numeric script names and import Chris Angelico <rosuav@gmail.com> - 2014-05-23 19:02 +1000
Re: All-numeric script names and import Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2014-05-23 11:22 +0200
Re: All-numeric script names and import Chris Angelico <rosuav@gmail.com> - 2014-05-23 19:28 +1000
Re: All-numeric script names and import Michael Torrie <torriem@gmail.com> - 2014-05-23 16:52 -0600
csiph-web