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 _

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 > + d