summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-20 12:18:17 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-20 12:18:17 (GMT)
commitd5e6cf2b152061cdae0164cef2382086c7638bbc (patch)
treeca57cc2750f1654fc6646eb706ecb056455ae790 /Misc
parent2235011d49bc543ced855804ac9b87c0e98a7b19 (diff)
downloadcpython-d5e6cf2b152061cdae0164cef2382086c7638bbc.zip
cpython-d5e6cf2b152061cdae0164cef2382086c7638bbc.tar.gz
cpython-d5e6cf2b152061cdae0164cef2382086c7638bbc.tar.bz2
#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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7e4a12e..537535a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.