Saimadhav Heblikar added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4832>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to