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 georg.brandl
Recipients BreamoreBoy, brett.cannon, georg.brandl, pablomouzo
Date 2010-08-23.10:08:17
SpamBayes Score 0.0013807104
Marked as misclassified No
Message-id <1282558099.63.0.175859499046.issue2830@psf.upfronthosting.co.za>
In-reply-to
Content
Looks good already.  Two points:

* if we do the move, we should finally make sure all problematic characters are escaped.  For now, I think the single quote is the most important one in attribute mode.

* the new docs for cgi.escape() are missing a newline between signature and body.
History
Date User Action Args
2010-08-23 10:08:19georg.brandlsetrecipients: + georg.brandl, brett.cannon, pablomouzo, BreamoreBoy
2010-08-23 10:08:19georg.brandlsetmessageid: <1282558099.63.0.175859499046.issue2830@psf.upfronthosting.co.za>
2010-08-23 10:08:18georg.brandllinkissue2830 messages
2010-08-23 10:08:17georg.brandlcreate