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 ncoghlan
Recipients eric.araujo, eric.smith, hfuru, ncoghlan, orsenthil, pitrou, r.david.murray, sjt, vstinner
Date 2010-11-30.07:32:08
SpamBayes Score 0.0027776356
Marked as misclassified No
Message-id <1291102331.33.0.61112255076.issue9873@psf.upfronthosting.co.za>
In-reply-to
Content
New patch which addresses my last two comments (i.e. some basic explicit tests of the encode/decode methods on result objects, and urldefrag returns a named tuple like urlsplit and urlparse already did).

A natural consequence of this patch is that mixed arguments (as in the message above) will be rejected with TypeError.

Once I figure out what the docs changes are going to look like, I'll wrap this all up and commit it.
History
Date User Action Args
2010-11-30 07:32:12ncoghlansetrecipients: + ncoghlan, hfuru, orsenthil, pitrou, vstinner, eric.smith, eric.araujo, r.david.murray, sjt
2010-11-30 07:32:11ncoghlansetmessageid: <1291102331.33.0.61112255076.issue9873@psf.upfronthosting.co.za>
2010-11-30 07:32:09ncoghlanlinkissue9873 messages
2010-11-30 07:32:09ncoghlancreate