]> granicus.if.org Git - python/commit
#1664522: in urllib, don't read non-existing directories in ftp mode,
authorGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 12:18:17 +0000 (12:18 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 12:18:17 +0000 (12:18 +0000)
commitd5e6cf2b152061cdae0164cef2382086c7638bbc
treeca57cc2750f1654fc6646eb706ecb056455ae790
parent2235011d49bc543ced855804ac9b87c0e98a7b19
#1664522: in urllib, don't read non-existing directories in ftp mode,
returning a 0-byte file -- raise an IOError instead.
Original patch from Phil Knirsch.
Lib/urllib.py
Misc/NEWS