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 weschow
Recipients eric.araujo, michalp, orsenthil, weschow
Date 2010-11-20.19:18:30
SpamBayes Score 1.2115899e-05
Marked as misclassified No
Message-id <1290280711.81.0.197096149201.issue9721@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch for 3.2 which fixes this problem I believe. There does exist a test case that should have produced an error, except that the last path segment in RFC3986_BASE is only one character long. Had it been more than one character long, RFC3986 checks would have failed.

Also in the supplied patch is a test to catch this specific bug.
History
Date User Action Args
2010-11-20 19:18:31weschowsetrecipients: + weschow, orsenthil, eric.araujo, michalp
2010-11-20 19:18:31weschowsetmessageid: <1290280711.81.0.197096149201.issue9721@psf.upfronthosting.co.za>
2010-11-20 19:18:30weschowlinkissue9721 messages
2010-11-20 19:18:30weschowcreate