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 v+python
Recipients Giovanni.Funchal, facundobatista, fdrake, orsenthil, v+python
Date 2012-03-02.01:00:11
SpamBayes Score 0.0002026581
Marked as misclassified No
Message-id <1330650012.87.0.373554372853.issue10484@psf.upfronthosting.co.za>
In-reply-to
Content
issue 13893 contains code that fixes this, and several other open issues. Sadly, I created that code by "debugging and rewriting until it worked", and only then teased apart the specific, separable issues that I had debugged and fixed, and created issues.

I'm not up to speed on the Python development process, but feel free to borrow any or all of my code in issue 13893, which contains the fixes for all the following issues:

issue 10483
issue 10484 (this issue)
issue 10485
issue 10486 (creates more standard Environment variables, not sure all)
issue 10487

I would certainly like to see all of these issues fixed, rather than continue to maintain my own code in parallel to various Python releases.  Whether they are fixed with my code, or with other code, is immaterial to me, but my code has been running for over a year in my environments without discovering additional bugs.
History
Date User Action Args
2012-03-02 01:00:12v+pythonsetrecipients: + v+python, fdrake, facundobatista, orsenthil, Giovanni.Funchal
2012-03-02 01:00:12v+pythonsetmessageid: <1330650012.87.0.373554372853.issue10484@psf.upfronthosting.co.za>
2012-03-02 01:00:12v+pythonlinkissue10484 messages
2012-03-02 01:00:11v+pythoncreate