]> granicus.if.org Git - python/commit
Patch #1668100: urllib2 now correctly raises URLError instead of
authorGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 08:14:27 +0000 (08:14 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 08:14:27 +0000 (08:14 +0000)
commitceede5c35988264ac2ca012c07a06270f992ac09
tree81f53ea9807a67b3def61b5de702e852e869cc8e
parent8f032cbb05b3eb6cc5452f96282523fb1a7a3077
Patch #1668100: urllib2 now correctly raises URLError instead of
OSError if accessing a local file via the file:// protocol fails.
Lib/test/test_urllib2.py
Lib/urllib2.py
Misc/NEWS