This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tlocke
Recipients jjlee, ndim, orsenthil, sergiomb2, tlocke
Date 2010-04-11.19:32:48
SpamBayes Score 3.020341e-05
Marked as misclassified No
Message-id <1271014370.81.0.828784821245.issue2987@psf.upfronthosting.co.za>
In-reply-to
Content
I've created a patch for parse.py against the py3k branch, and I've also included ndim's test cases in that patch file.

When returning the host name of an IPv6 literal, I don't include the surrounding '[' and ']'. For example, parsing http://[::1]:5432/foo/ gives the host name '::1'.
History
Date User Action Args
2010-04-11 19:32:50tlockesetrecipients: + tlocke, jjlee, orsenthil, ndim, sergiomb2
2010-04-11 19:32:50tlockesetmessageid: <1271014370.81.0.828784821245.issue2987@psf.upfronthosting.co.za>
2010-04-11 19:32:49tlockelinkissue2987 messages
2010-04-11 19:32:49tlockecreate