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

2011-10-18 Thread Senthil Kumaran
On Tue, Oct 18, 2011 at 11:23 PM, Éric Araujo  wrote:
>
> Looks like your entry went into the Interpreter Core section instead of
> Library.

That should be corrected.

>
> BTW, I don’t understand “3.x version will come as a separate patch” in

I think, he meant in a separate commit.  :)

Senthil
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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

2011-10-18 Thread Éric Araujo
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),
>raw_input() interrupted by CTRL+c.
>  
> +- Issue #10860: httplib now correctly handles an empty port after port
> +  delimiter in URLs.
> +
>  - dict_proxy 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
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com