Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20586
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Python code file prototype |
| Date | 2012-02-18 15:25 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <jhoft3$cug$1@reader1.panix.com> (permalink) |
| References | <66ea0353-02ee-4152-947a-97b44ff3ec45@p7g2000yqk.googlegroups.com> <jhluol$63c$1@reader1.panix.com> <CALwzidm5yhKrFQJxKpTLccq=Xn-9av_m-U-fek_QrXRbmv02Nw@mail.gmail.com> <mailman.5921.1329501392.27778.python-list@python.org> |
On 2012-02-17, Dennis Lee Bieber <wlfraed@ix.netcom.com> wrote: > On Fri, 17 Feb 2012 09:55:46 -0700, Ian Kelly <ian.g.kelly@gmail.com> > wrote: > >> >>The shebang has to be the first thing in the file to be useful. As it >>is above, it might as well not be there. I would suggest also >>including a doc string in the skeleton. >> > Of course, since the OP was talking Windows... the #! line is > ignored no matter where it was <G> That depends. It always used to work for me, but I'm usually using bash and Cygwin.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Python code file prototype Bruce Eckel <lists.eckel@gmail.com> - 2012-02-17 07:35 -0800
Re: Python code file prototype John Gordon <gordon@panix.com> - 2012-02-17 16:20 +0000
Re: Python code file prototype Ian Kelly <ian.g.kelly@gmail.com> - 2012-02-17 09:55 -0700
Re: Python code file prototype Grant Edwards <invalid@invalid.invalid> - 2012-02-17 17:02 +0000
Re: Python code file prototype Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-02-17 12:56 -0500
Re: Python code file prototype Bruce Eckel <lists.eckel@gmail.com> - 2012-02-17 11:03 -0800
Re: Python code file prototype Grant Edwards <invalid@invalid.invalid> - 2012-02-18 15:25 +0000
csiph-web