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 Andreas24
Recipients Andreas24, living180, matthieu.labbe, metolone, v+python
Date 2010-05-01.18:05:03
SpamBayes Score 6.9336163e-09
Marked as misclassified No
Message-id <1272737104.83.0.385722900752.issue4485@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.5, 2.6, 3.0, etc. are not fully compatible programming languages. And we cannot expect that there will ever be the one and only ultimate version of Python (hopefully). Many of us need to have more than one of them installed simultaneously. Upon opening a Python file, the right version needs to be started. For those of us who use IDLE, we wish the right version to be started with “Edit with IDLE”. 

Therefore, we need a clean – pythonic – solution to this problem.

I am probably not qualified to determine the best such solution. My main concern is that the community takes the issue seriously.

Nevertheless, it seems to me that different file name extensions (.py25, .py26, .py30) would be a good candidate to solve the issue. On Windows, I set up the appropriate file type associations. It worked quite well, except that IDLE doesn't seem to recognize files with extensions other than .py.
History
Date User Action Args
2010-05-01 18:05:05Andreas24setrecipients: + Andreas24, v+python, metolone, living180, matthieu.labbe
2010-05-01 18:05:04Andreas24setmessageid: <1272737104.83.0.385722900752.issue4485@psf.upfronthosting.co.za>
2010-05-01 18:05:03Andreas24linkissue4485 messages
2010-05-01 18:05:03Andreas24create