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 takluyver
Recipients dstufft, eric.araujo, takluyver
Date 2014-08-14.21:37:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408052221.61.0.16718662323.issue22200@psf.upfronthosting.co.za>
In-reply-to
Content
We noticed the other day that distutils, despite being part of the standard library, checks the version of Python it's running under and has some different code paths - one of which is only taken for Python < 2.2.

We haven't managed to figure out why this is necessary. So this issue is partly a patch and partly a question: is there a reason that distutils can't assume it's run on the version of Python it came with? If so, I'm happy to make a new patch adding a comment to explain that. If not, I'll go looking for other places where it has unnecessary checks, and we can clean up one little corner of wtf.
History
Date User Action Args
2014-08-14 21:37:01takluyversetrecipients: + takluyver, eric.araujo, dstufft
2014-08-14 21:37:01takluyversetmessageid: <1408052221.61.0.16718662323.issue22200@psf.upfronthosting.co.za>
2014-08-14 21:37:01takluyverlinkissue22200 messages
2014-08-14 21:37:01takluyvercreate