[issue12698] urllib does not use no_proxy when it has blanks

2011-08-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset c5a35bcfa3ee by Senthil Kumaran in branch '2.7': Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) http://hg.python.org/cpython/rev/c5a35bcfa3ee New changeset 1d4bd059a9b

[issue12698] urllib does not use no_proxy when it has blanks

2011-08-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue12698] urllib does not use no_proxy when it has blanks

2011-08-05 Thread jimmi
New submission from jimmi : if you define your no_proxy var as mentioned in /etc/sysocnfig/proxy # Example: NO_PROXY="www.me.de, do.main, localhost" then python's urllib will never make use of it, cause there are blanks. urllib does not remove blanks. Reproducible: Always Steps to Reproduce: