summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGiampaolo RodolĂ  <g.rodola@gmail.com>2010-08-23 22:10:32 (GMT)
committerGiampaolo RodolĂ  <g.rodola@gmail.com>2010-08-23 22:10:32 (GMT)
commitbbc4782d77ac76e317182fb2400c6b7e1c305bdd (patch)
treefa7af8dead271eb695e12e70a7a9be79009085bc /Misc/NEWS
parent076e031e54bd8d50b1d54083c86c7c6d53eed6bb (diff)
downloadcpython-bbc4782d77ac76e317182fb2400c6b7e1c305bdd.zip
cpython-bbc4782d77ac76e317182fb2400c6b7e1c305bdd.tar.gz
cpython-bbc4782d77ac76e317182fb2400c6b7e1c305bdd.tar.bz2
fix issue 9601: ftplib now provides a workaround for invalid response code returned on MKD and PWD by non-compliant FTPserver implementations such as ISS shipped with Windows server 2003
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dbfdae5..e8dcca2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,8 +123,12 @@ Extensions
Library
-------
+- Issue #9601: ftplib now provides a workaround for non-compliant
+ implementations such as IIS shipped with Windows server 2003 returning invalid
+ response codes for MKD and PWD commands.
+
- Issue #658749: asyncore's connect() method now correctly interprets winsock
- errors;
+ errors.
- Issue #9501: Fixed logging regressions in cleanup code.
@@ -291,6 +295,8 @@ Tools/Demos
Tests
-----
+- Issue #9601: Provide a test case for ftplib.parse257.
+
- Issue #8857: Provide a test case for socket.getaddrinfo.
- Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.