summaryrefslogtreecommitdiffstats
path: root/python/Python-2.6.1-urllib.patch
Commit message (Collapse)AuthorAgeFilesLines
* fixed urllib.urlopen in the internal python (fdo#31466)Petr Mladek2010-11-231-0/+93
+ 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