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 wrohdewald
Recipients amaury.forgeotdarc, ezio.melotti, r.david.murray, serhiy.storchaka, vstinner, wrohdewald
Date 2014-10-28.16:01:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414512077.76.0.170134915499.issue22746@psf.upfronthosting.co.za>
In-reply-to
Content
> > You need to use codecs.open instead of open
> No, why? in python3 open() supports the errors handler.

right, but not in python2 which has the same problem. I need my code to run with both.

> Do you have a use case for xmlcharrefreplace in the HTML context?

No, my only use case is the local file.
History
Date User Action Args
2014-10-28 16:01:17wrohdewaldsetrecipients: + wrohdewald, amaury.forgeotdarc, vstinner, ezio.melotti, r.david.murray, serhiy.storchaka
2014-10-28 16:01:17wrohdewaldsetmessageid: <1414512077.76.0.170134915499.issue22746@psf.upfronthosting.co.za>
2014-10-28 16:01:17wrohdewaldlinkissue22746 messages
2014-10-28 16:01:17wrohdewaldcreate