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 vstinner
Recipients christian.heimes, georg.brandl, larry, lemburg, pitrou, r.david.murray, steven.daprano, vstinner
Date 2013-11-25.13:11:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385385079.23.0.00729958129038.issue19763@psf.upfronthosting.co.za>
In-reply-to
Content
"Python's stdlib contains other modules that contain code for older versions of Python. The platform module even contains lines like "os.devnull was added in Python 2.4, so emulate it for earlier"."

I never understood why the platform module should be backport compatible. Marc Andre Lemburg wrote that it is shipped externally. I don't understand the purpose of having a third party platform module since the module is part of the stdlib.
History
Date User Action Args
2013-11-25 13:11:19vstinnersetrecipients: + vstinner, lemburg, georg.brandl, pitrou, larry, christian.heimes, steven.daprano, r.david.murray
2013-11-25 13:11:19vstinnersetmessageid: <1385385079.23.0.00729958129038.issue19763@psf.upfronthosting.co.za>
2013-11-25 13:11:19vstinnerlinkissue19763 messages
2013-11-25 13:11:18vstinnercreate