[Python-Dev] [Python-checkins] cpython (2.7): Fixes #10860: Handle empty port after port delimiter in httplib (original) (raw)

Éric Araujo merwok at netwok.org
Tue Oct 18 17:23:07 CEST 2011


Hi,

diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -54,6 +54,9 @@ the following case: sys.stdin.read() stopped with CTRL+d (end of file), rawinput() interrupted by CTRL+c.

+- Issue #10860: httplib now correctly handles an empty port after port + delimiter in URLs. + - dictproxy objects now display their contents rather than just the class name.

Looks like your entry went into the Interpreter Core section instead of Library.

BTW, I don’t understand “3.x version will come as a separate patch” in your commit message; isn’t that the case for all patches? They’re changesets with no relationship at all from Mercurial’s viewpoint, and often their contents are also different.

Cheers



More information about the Python-Dev mailing list