summaryrefslogtreecommitdiffstats
path: root/python/makefile.mk
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-11-23 18:31:36 +0100
committerPetr Mladek <pmladek@suse.cz>2010-11-23 18:38:31 +0100
commit8e443b4c42f2fc7b230fe34319d4045b0e6d67a0 (patch)
tree494f836953de754355faf7205ed054165a7b967a /python/makefile.mk
parentWaE, remove some shadow warnings from boost (diff)
downloadcore-8e443b4c42f2fc7b230fe34319d4045b0e6d67a0.tar.gz
core-8e443b4c42f2fc7b230fe34319d4045b0e6d67a0.zip
fixed urllib.urlopen in the internal python (fdo#31466)
+ backported two fixes from newer python: + close the file even if an exception occurs (py#5536) + urllib doesn't correct server returned urls (py#918368) + thanks karolus <karlooforum at arcor dot de> for analyzing and suggesting the fix
Diffstat (limited to 'python/makefile.mk')
-rw-r--r--python/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/makefile.mk b/python/makefile.mk
index 6f4b7ee5623c..d090cdc3932a 100644
--- a/python/makefile.mk
+++ b/python/makefile.mk
@@ -50,7 +50,8 @@ TARFILE_MD5=e81c2f0953aa60f8062c05a4673f2be0
PATCH_FILES=\
Python-$(PYVERSION).patch \
Python-ssl.patch \
- Python-aix.patch
+ Python-aix.patch \
+ Python-2.6.1-urllib.patch
CONFIGURE_DIR=