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 eric.araujo
Recipients doko, eric.araujo, koobs, pitrou, thomas-petazzoni, vstinner
Date 2014-03-24.22:23:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395699826.24.0.977618274035.issue20210@psf.upfronthosting.co.za>
In-reply-to
Content
The main issue with the proposed changes is that it redefines what “the Python standard library” is.  Right now, users can mostly expect modules listed in the official Python docs to be available in their installation, regardless of how they got their Python.

I say “mostly” because a distributor may exclude tests from a binay package, split some extensions modules like _tkinter and _lzma in other packages, etc.  A big source of pain in the past was distributors splitting distutils, but I think they all stopped.

(A related issue is that some distributors backport many bug fixes and sometimes features, which is a pain when you think you’ve run your tests with “Python X.Y.Z” and it was actually “X.Y.Z+some-patches”.)
History
Date User Action Args
2014-03-24 22:23:46eric.araujosetrecipients: + eric.araujo, doko, pitrou, vstinner, koobs, thomas-petazzoni
2014-03-24 22:23:46eric.araujosetmessageid: <1395699826.24.0.977618274035.issue20210@psf.upfronthosting.co.za>
2014-03-24 22:23:46eric.araujolinkissue20210 messages
2014-03-24 22:23:45eric.araujocreate