summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2011-10-18 19:17:39 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2011-10-18 19:17:39 (GMT)
commita5a9a9c3696af0a4a0df74618e63a4d47a62e00f (patch)
tree60ac753332086566983891dc30d3caaa04668928 /Misc/NEWS
parent551ba20e8ea9a4a97cf63f28b47175e084eb63cd (diff)
downloadcpython-a5a9a9c3696af0a4a0df74618e63a4d47a62e00f.zip
cpython-a5a9a9c3696af0a4a0df74618e63a4d47a62e00f.tar.gz
cpython-a5a9a9c3696af0a4a0df74618e63a4d47a62e00f.tar.bz2
Fixes #10860: Handle empty port after port delimiter in httplib
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 dd31b4bb..c9804fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -137,6 +137,9 @@ Library
- Issue #12650: Fix a race condition where a subprocess.Popen could leak
resources (FD/zombie) when killed at the wrong time.
+- Issue #10860: http.client now correctly handles an empty port after port
+ delimiter in URLs.
+
Tests
-----