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 xdegaye
Recipients doko, martin.panter, xdegaye
Date 2016-07-28.10:05:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469700317.99.0.84265252625.issue27640@psf.upfronthosting.co.za>
In-reply-to
Content
Do not install the Python test suite when configure is run with '--disable-test-suite'. This about divides by two the size of the installed standard library.

Related to issue 26852: add the '--enable-legacy-pyc-files' option to configure.

The attached listdirs.py script may be used to check that the set of sub-directories in the std library is not changed by the patch.
History
Date User Action Args
2016-07-28 10:05:18xdegayesetrecipients: + xdegaye, doko, martin.panter
2016-07-28 10:05:17xdegayesetmessageid: <1469700317.99.0.84265252625.issue27640@psf.upfronthosting.co.za>
2016-07-28 10:05:17xdegayelinkissue27640 messages
2016-07-28 10:05:17xdegayecreate