Message 91262 - Python tracker

Message91262

Author gpolo
Recipients ajaksu2, amaury.forgeotdarc, geon, gpolo
Date 2009-08-04.18:05:51
SpamBayes Score 2.8608929e-05
Marked as misclassified No
Message-id <ac2200130908041105k4a180a9fr86eb8bb050a60d1c@mail.gmail.com>
In-reply-to <1249408071.0.0.732255612198.issue4832@psf.upfronthosting.co.za>
Content
> With this new patch, is it possible to create a file without extension
> on Windows?

It is tricky but, answering your question, you could enter a name
ending with a period to save without an extension.

It seems this isn't going anywhere then. The default behaviour on
Linux is to get the .py already, so this patch changes nothing there.
On Windows no extension is set by default, and with this patch it is
always .py if no extension is specified.
History
Date User Action Args
2009-08-04 18:05:53gpolosetrecipients: + gpolo, amaury.forgeotdarc, ajaksu2, geon
2009-08-04 18:05:51gpololinkissue4832 messages
2009-08-04 18:05:51gpolocreate