]> granicus.if.org Git - python/commit
Fixes #10860: Handle empty port after port delimiter in httplib
authorŁukasz Langa <lukasz@langa.pl>
Tue, 18 Oct 2011 15:16:00 +0000 (17:16 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 18 Oct 2011 15:16:00 +0000 (17:16 +0200)
commit7a15390f83c57283b44163c33bb4a80fd453526b
tree886352b96b8aa3e797b97a16985c75696aeb2078
parent086f927f25be79ea65679faca485bda06e21ac3b
Fixes #10860: Handle empty port after port delimiter in httplib

Thanks, Shawn Ligocki!

3.x version will come as a separate patch.
Lib/httplib.py
Lib/test/test_httplib.py
Misc/NEWS