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 Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, ajaksu2, amaury.forgeotdarc, brian.curtin, geon, gpolo, ned.deily, python-dev, roger.serwy, terry.reedy
Date 2014-10-06.10:05:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412589914.33.0.512806410452.issue4832@psf.upfronthosting.co.za>
In-reply-to
Content
I will try to describe the behavior on linux:

(Format used is "what i type in file name" -> "name which gets written to disk")

1. When files of type is: Python Files
   a -> a.py
   b.py -> b.py
   c.py.py -> c.py.py
   d.py.abc -> d.py.abc (!)
   e.abc -> e.abc (!)

2. When files of type is: text file
    Same behavior as before, with .txt instead of .py/.pyw

3. When files of type is: All files
   a -> a
   b.py -> b.py
   c.py.py -> c.py.py
   d.py.abc -> d.py.abc
   e.abc -> e.abc

I hopefully have tried most of the combinations. If I have left out any, please let me know and I'll try them out.
History
Date User Action Args
2014-10-06 10:05:14Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, amaury.forgeotdarc, ajaksu2, gpolo, ned.deily, roger.serwy, geon, brian.curtin, python-dev
2014-10-06 10:05:14Saimadhav.Heblikarsetmessageid: <1412589914.33.0.512806410452.issue4832@psf.upfronthosting.co.za>
2014-10-06 10:05:14Saimadhav.Heblikarlinkissue4832 messages
2014-10-06 10:05:14Saimadhav.Heblikarcreate