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 steve.dower
Recipients paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2016-07-24.03:59:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469332799.74.0.70339682021.issue27603@psf.upfronthosting.co.za>
In-reply-to
Content
Currently (on Windows) we register a set of subcommands in order to display an expanding list of versions of IDLE when users right-click a .py file.

With issue27469, a proper shell extension was added, which means we can now use IContextMenu to implement the menu rather than fixed registry keys. This would allow us to detect all installed versions of IDLE and present them without having to register new keys (i.e. forwards and backwards compatibility).
History
Date User Action Args
2016-07-24 03:59:59steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, tim.golden, zach.ware
2016-07-24 03:59:59steve.dowersetmessageid: <1469332799.74.0.70339682021.issue27603@psf.upfronthosting.co.za>
2016-07-24 03:59:59steve.dowerlinkissue27603 messages
2016-07-24 03:59:58steve.dowercreate