This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients ajaksu2, amaury.forgeotdarc, geon, gpolo
Date 2009-05-13.17:00:14
SpamBayes Score 3.4819994e-05
Marked as misclassified No
Message-id <1242234018.75.0.22807581408.issue4832@psf.upfronthosting.co.za>
In-reply-to
Content
I think I found the relevant documentation:
http://wiki.tcl.tk/1842
"""
On Unix, when typing a filename without extension, the first extension
belonging to the currently selected filetype will be appended to the
filename. On Windows, this is not the case, but one can define a fixed
extension with the -defaultextension option. To get the same behaviour
on Unix, use -defaultextension {}.
"""

I tried to add "defaultextension=.py", (see attached patch) the problem
is that now it seems impossible to create a file without an extension...
History
Date User Action Args
2009-05-13 17:00:18amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ajaksu2, gpolo, geon
2009-05-13 17:00:18amaury.forgeotdarcsetmessageid: <1242234018.75.0.22807581408.issue4832@psf.upfronthosting.co.za>
2009-05-13 17:00:16amaury.forgeotdarclinkissue4832 messages
2009-05-13 17:00:15amaury.forgeotdarccreate