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 zchyla
Recipients hodgestar, yanne, zchyla
Date 2009-07-30.07:27:51
SpamBayes Score 1.4480165e-05
Marked as misclassified No
Message-id <1248938874.33.0.332790308829.issue3932@psf.upfronthosting.co.za>
In-reply-to
Content
Since `HTMLParser.unescape` in 2.5 returns `str` for `str` input, 2.6
should remain compatible. Therefore I propose the attached patch
(`HTMLParser-unescape-fix.diff`). With this patch applied the result
will have the same type as the input.
History
Date User Action Args
2009-07-30 07:27:54zchylasetrecipients: + zchyla, hodgestar, yanne
2009-07-30 07:27:54zchylasetmessageid: <1248938874.33.0.332790308829.issue3932@psf.upfronthosting.co.za>
2009-07-30 07:27:52zchylalinkissue3932 messages
2009-07-30 07:27:52zchylacreate