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

2011-08-05 Thread jimmi
New submission from jimmi ch...@computersalat.de: 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

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

2011-08-05 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12698 ___ ___ Python-bugs-list mailing list

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

2011-08-05 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za 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)