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 pitrou
Recipients Arfrever, barry, brett.cannon, eric.snow, lemburg, ncoghlan, ned.deily, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2014-12-07.16:53:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417971237.79.0.138130951717.issue22980@psf.upfronthosting.co.za>
In-reply-to
Content
> Windows already puts the debug flag in the name, the fact that it's
> CPython is in the .pyd extension, and the version number is in the
> directory for all the standard sys.path locations.

The version number would be useful for in-place builds (i.e. when developping), but the patch is still a nice step forward. Could you perhaps add some tests (e.g. in test_distutils)?
History
Date User Action Args
2014-12-07 16:53:57pitrousetrecipients: + pitrou, lemburg, barry, brett.cannon, ncoghlan, vstinner, tim.golden, ned.deily, Arfrever, eric.snow, zach.ware, steve.dower
2014-12-07 16:53:57pitrousetmessageid: <1417971237.79.0.138130951717.issue22980@psf.upfronthosting.co.za>
2014-12-07 16:53:57pitroulinkissue22980 messages
2014-12-07 16:53:57pitroucreate