[issue11398] http_proxy on windows won't function due to incorrect case handling

2011-03-05 Thread chris nojima

chris nojima chrisnoj...@gmail.com 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 - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11398
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11398] http_proxy on windows won't function due to incorrect case handling

2011-03-04 Thread chris nojima

New submission from chris nojima chrisnoj...@gmail.com:

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

--
components: Library (Lib)
messages: 130067
nosy: chris.nojima
priority: normal
severity: normal
status: open
title: http_proxy on windows won't function due to incorrect case handling
type: behavior
versions: Python 3.1, Python 3.2, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11398
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com