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

Steps to Reproduce:
1.try it out

Actual Results:  
proxy will not be bypassed

Expected Results:  
proxy should be bypassed

you can also review this bug:
https://bugzilla.novell.com/show_bug.cgi?id=710736

----------
components: Library (Lib)
files: python-2.7-urllib-no_proxy.patch
keywords: patch
messages: 141664
nosy: jimmi.pip.verisignlabs.com.
priority: normal
severity: normal
status: open
title: urllib does not use no_proxy when it has blanks
versions: Python 2.7
Added file: http://bugs.python.org/file22838/python-2.7-urllib-no_proxy.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12698>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to