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 steve.dower
Recipients eric.araujo, ncoghlan, ned.deily, paul.moore, richard, ronaldoussoren, steve.dower, takluyver, tim.golden, zach.ware
Date 2015-05-03.05:57:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430632666.76.0.55592384335.issue23955@psf.upfronthosting.co.za>
In-reply-to
Content
Added a patch that:

* adds the applocal option to pyvenv.cfg
* updates the docs to describe how pyvenv.cfg (home and applocal) affect sys.path
* puts a default pyvenv.cfg in the ZIP distribution
* adds significantly more buffer overflow protection to getpathp.c
* prevents a case where sys.path may include multiple blank entries

Currently none of this applies to Linux or Mac builds, though I'm led to believe there would be some value if it did. I'm not the one who can figure all the intricacies out for those platforms though.
History
Date User Action Args
2015-05-03 05:57:47steve.dowersetrecipients: + steve.dower, richard, paul.moore, ronaldoussoren, ncoghlan, tim.golden, ned.deily, eric.araujo, takluyver, zach.ware
2015-05-03 05:57:46steve.dowersetmessageid: <1430632666.76.0.55592384335.issue23955@psf.upfronthosting.co.za>
2015-05-03 05:57:46steve.dowerlinkissue23955 messages
2015-05-03 05:57:46steve.dowercreate