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 belopolsky
Recipients belopolsky, glyph, nnorwitz
Date 2008-03-18.01:46:54
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1205804815.8.0.960521634609.issue2375@psf.upfronthosting.co.za>
In-reply-to
Content
-1

Sites that need this functionality can emulate this feature in site.py 
by adding

sys.path[1:1] = os.getenv("PYTHON3PATH", "").split(os.pathsep)

in py3k installation.

I could not find any discussion beyond the original post at

http://mail.python.org/pipermail/python-3000/2008-February/012008.html
History
Date User Action Args
2009-03-09 14:38:03georg.brandlsetspambayes_score: 0.667658 -> 0.0
2008-03-18 01:46:55belopolskysetspambayes_score: 0.667658 -> 0.667658
recipients: + belopolsky, nnorwitz, glyph
2008-03-18 01:46:55belopolskysetspambayes_score: 0.667658 -> 0.667658
messageid: <1205804815.8.0.960521634609.issue2375@psf.upfronthosting.co.za>
2008-03-18 01:46:55belopolskylinkissue2375 messages
2008-03-18 01:46:54belopolskycreate