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

Reply via email to