dropping leftover patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=119
This commit is contained in:
parent
b4ed497bd7
commit
34133fc3bd
@ -1,12 +0,0 @@
|
||||
Index: Python-2.7.1/Lib/urllib.py
|
||||
===================================================================
|
||||
--- Python-2.7.1.orig/Lib/urllib.py
|
||||
+++ Python-2.7.1/Lib/urllib.py
|
||||
@@ -1350,6 +1350,7 @@ def proxy_bypass_environment(host):
|
||||
hostonly, port = splitport(host)
|
||||
# check if the host ends with any of the DNS suffixes
|
||||
for name in no_proxy.split(','):
|
||||
+ name = name.strip()
|
||||
if name and (hostonly.endswith(name) or host.endswith(name)):
|
||||
return 1
|
||||
# otherwise, don't bypass
|
Loading…
x
Reference in New Issue
Block a user