]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix Issue6631 - Disallow relative file paths in urllib urlopen
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 21 Jan 2012 03:52:48 +0000 (11:52 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 21 Jan 2012 03:52:48 +0000 (11:52 +0800)
commit3800ea9f652817e510a0db27bf124d2b80e7be10
treed340d0dcdf5dba0aa6617226d49fbb8a55eb34ea
parent002890861f7bd9eeb9036a89ade5e9a59fb6fa7c
Fix  Issue6631 - Disallow relative file paths in urllib urlopen
Lib/test/test_urllib.py
Lib/test/test_urllib2net.py
Lib/urllib/request.py
Misc/NEWS