New submission from chris nojima :
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&q
chris nojima added the comment:
Sorry. You are correct, this must have been fixed in 3.1.2. The box I was on
had 3.1.1 on it and some other configuration issues led me to believe this was
happening in 3.2 as well.
--
resolution: -> fixed
status: open ->