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 techtonik
Recipients eric.araujo, tarek, techtonik
Date 2010-06-04.13:28:07
SpamBayes Score 0.028754115
Marked as misclassified No
Message-id <AANLkTim1Oba6kLpJdmpXGb03ZB8KAdG8d_V1WpFqRLHm@mail.gmail.com>
In-reply-to <1275653408.71.0.0616315418507.issue8891@psf.upfronthosting.co.za>
Content
On Fri, Jun 4, 2010 at 3:10 PM, Éric Araujo <report@bugs.python.org> wrote:
>
>> 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.

Sound good, but in reality I still have to get back the rest of the quote:
"""I wonder if PSF license allows that?"""

> 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.

Good starting point. The sync with stdlib and patch management is a
bigger issue though.

> I’ll stop being off-topic now. :)

Yep. In Google Wave we could split it earlier and clean up this one. =)
History
Date User Action Args
2010-06-04 13:28:09techtoniksetrecipients: + techtonik, tarek, eric.araujo
2010-06-04 13:28:07techtoniklinkissue8891 messages
2010-06-04 13:28:07techtonikcreate