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 chris.nojima
Recipients chris.nojima
Date 2011-03-04.18:35:10
SpamBayes Score 1.1042654e-07
Marked as misclassified No
Message-id <1299263712.38.0.425713656967.issue11398@psf.upfronthosting.co.za>
In-reply-to
Content
There is an issue where on windows os.environ keys are all uppercase. If i run set a="hello", in python it will appear as a key "A". urllib.request.getproxies_environment looks for all _proxy environment vars by looking for "_proxy". Since windows uppercases, it's impossible to set this var (it will be HTTP_PROXY and won't match, etc).
This is stopping me from running some install scripts
History
Date User Action Args
2011-03-04 18:35:12chris.nojimasetrecipients: + chris.nojima
2011-03-04 18:35:12chris.nojimasetmessageid: <1299263712.38.0.425713656967.issue11398@psf.upfronthosting.co.za>
2011-03-04 18:35:10chris.nojimalinkissue11398 messages
2011-03-04 18:35:10chris.nojimacreate