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 dvarrazzo
Recipients
Date 2006-09-27.11:07:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hello, just a little idea i apply each time i install a
new Python version on Windows.

When files extensions are registered, ".py" extension
receives the description "Python File", while ".pyc",
".pyo" are described as "Compiled Python File". This
means that, when files are shown into an Explorer
window and sorted by file type, the compiled files
appear above the source files, while usually an user
wants to work with sources.

I usually change the file description to "Python file -
compiled", so that i can have the sources before the
.pyc's and in alphabetical order.

A bonus would be to have .pyw file appear before
sources, because they are supposed to be double-clicked
and having them at the top could be handy. They may be
described as "No Console Python File", for example.

my € 0.02
History
Date User Action Args
2008-01-20 09:59:50adminlinkissue1566260 messages
2008-01-20 09:59:50admincreate