summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGiampaolo RodolĂ  <g.rodola@gmail.com>2010-04-19 22:05:54 (GMT)
committerGiampaolo RodolĂ  <g.rodola@gmail.com>2010-04-19 22:05:54 (GMT)
commit5fb313bb04dae9bbae82d5ca16ee1cc4e02a5e47 (patch)
tree8fec969dd82ba55f15a291bd1ad6af6d70247aed /Misc/NEWS
parent10a51afc807195706af20c29e87c4a56c62737ac (diff)
downloadcpython-5fb313bb04dae9bbae82d5ca16ee1cc4e02a5e47.zip
cpython-5fb313bb04dae9bbae82d5ca16ee1cc4e02a5e47.tar.gz
cpython-5fb313bb04dae9bbae82d5ca16ee1cc4e02a5e47.tar.bz2
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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index db9cb05..4657757 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -318,6 +318,9 @@ C-API
Library
-------
+- Issue #4814: timeout parameter is now applied also for connections resulting
+ from PORT/EPRT commands.
+
- Issue #8463: added missing reference to bztar in shutil's documentation.
- Issue #7154: urllib.request can now detect the proxy settings on OSX 10.6