| commit | a5a9a9c3696af0a4a0df74618e63a4d47a62e00f | [log] [tgz] |
|---|---|---|
| author | Łukasz Langa <lukasz@langa.pl> | Tue Oct 18 21:17:39 2011 +0200 |
| committer | Łukasz Langa <lukasz@langa.pl> | Tue Oct 18 21:17:39 2011 +0200 |
| tree | 60ac753332086566983891dc30d3caaa04668928 | |
| parent | 551ba20e8ea9a4a97cf63f28b47175e084eb63cd [diff] [blame] |
Fixes #10860: Handle empty port after port delimiter in httplib
diff --git a/Misc/NEWS b/Misc/NEWS index dd31b4b..c9804fc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -137,6 +137,9 @@ - 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 -----