diff options
| author | Georg Brandl <georg@python.org> | 2008-01-20 12:18:17 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-01-20 12:18:17 +0000 |
| commit | d5e6cf2b152061cdae0164cef2382086c7638bbc (patch) | |
| tree | ca57cc2750f1654fc6646eb706ecb056455ae790 /Misc | |
| parent | 2235011d49bc543ced855804ac9b87c0e98a7b19 (diff) | |
| download | cpython-git-d5e6cf2b152061cdae0164cef2382086c7638bbc.tar.gz | |
#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.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -369,6 +369,9 @@ Core and builtins Library ------- +- #1664522: in urllib, don't read non-existing directories in ftp mode, + returning a 0-byte file -- raise an IOError instead. + - #856047: respect the ``no_proxy`` environment variable when using the ``http_proxy`` etc. environment variables in urllib. |
