diff options
author | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-04-19 22:10:56 (GMT) |
---|---|---|
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-04-19 22:10:56 (GMT) |
commit | f527940dbd350787472a394b4f9a794367cce9d9 (patch) | |
tree | 6846a1d5436a9c6bfc7e7adffc80a4f938856392 /Misc/NEWS | |
parent | ccee3568299a8b34f81649cba88ecc850687e461 (diff) | |
download | cpython-f527940dbd350787472a394b4f9a794367cce9d9.zip cpython-f527940dbd350787472a394b4f9a794367cce9d9.tar.gz cpython-f527940dbd350787472a394b4f9a794367cce9d9.tar.bz2 |
Merged revisions 80228 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80228 | giampaolo.rodola | 2010-04-20 00:05:54 +0200 (mar, 20 apr 2010) | 9 lines
Merged revisions 80226 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80226 | giampaolo.rodola | 2010-04-19 23:46:28 +0200 (lun, 19 apr 2010) | 1 line
Fix Issue #4841: timeout is now applied for connections resulting from PORT/EPRT commands
........
................
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ Core and Builtins Library ------- +- Issue #4814: timeout parameter is now applied also for connections resulting + from PORT/EPRT commands. + - Issue #3817: ftplib.FTP.abort() method now considers 225 a valid response code as stated in RFC-959 at chapter 5.4. |