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 mgiuca
Recipients gvanrossum, janssen, jimjjewett, lemburg, loewis, mgiuca, orsenthil, pitrou, thomaspinckney3
Date 2008-08-10.07:45:16
SpamBayes Score 0.00027106737
Marked as misclassified No
Message-id <1218354318.21.0.312780120674.issue3300@psf.upfronthosting.co.za>
In-reply-to
Content
Made a bunch of requested changes (I've reverted the "all safe" patch
for now since it caused so much grief; see above).

* quote: Fixed encoding illegal % sequences (and lots of new test cases
to prove it).
* quote now throws a type error if s is bytes, and encoding or errors
supplied.
* A few minor documentation fixes.

Patch 9.
Commit log for patch8 should suffice.
History
Date User Action Args
2008-08-10 07:45:18mgiucasetrecipients: + mgiuca, lemburg, gvanrossum, loewis, jimjjewett, janssen, orsenthil, pitrou, thomaspinckney3
2008-08-10 07:45:18mgiucasetmessageid: <1218354318.21.0.312780120674.issue3300@psf.upfronthosting.co.za>
2008-08-10 07:45:17mgiucalinkissue3300 messages
2008-08-10 07:45:17mgiucacreate