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 lac
Recipients lac, serhiy.storchaka
Date 2015-12-03.16:41:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449160890.79.0.711012524776.issue25788@psf.upfronthosting.co.za>
In-reply-to
Content
Right now there is no way, aside from writing your own openhook, to
get around the limitation that openhook=fileinput.hook_encoded("utf")
will open things with the default option for codecs.open()
of errors=strict.  Adding a way to pass the errors argument seems
both easy to do and useful.
History
Date User Action Args
2015-12-03 16:41:30lacsetrecipients: + lac, serhiy.storchaka
2015-12-03 16:41:30lacsetmessageid: <1449160890.79.0.711012524776.issue25788@psf.upfronthosting.co.za>
2015-12-03 16:41:30laclinkissue25788 messages
2015-12-03 16:41:30laccreate