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 eric.araujo, tarek, techtonik
Date 2010-06-04.12:10:10
SpamBayes Score 0.07374735
Marked as misclassified No
Message-id <1275653411.81.0.91892850191.issue8891@psf.upfronthosting.co.za>
In-reply-to
Content
> It would be nice if Python process could allow me to maintain my own
> patched version of Python stdlibs so that I can use it instead of main
> stdlib and quickly switch between them.
It’s free software, you have the right to copy, edit and release it.
As for the technical aspect of easy switching, editing sys.path seems the way to go, or use PYTHONPATH to give your custom stdlib modules to have precedence over the real stdlib. I’ll stop being off-topic now. :)

Tarek, seen my question about distutils2?
History
Date User Action Args
2010-06-04 12:10:11eric.araujosetrecipients: + eric.araujo, techtonik, tarek
2010-06-04 12:10:11eric.araujosetmessageid: <1275653411.81.0.91892850191.issue8891@psf.upfronthosting.co.za>
2010-06-04 12:10:10eric.araujolinkissue8891 messages
2010-06-04 12:10:10eric.araujocreate