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 alex.henderson
Recipients alex.henderson, ezio.melotti, ncoghlan
Date 2013-07-06.12:49:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373114995.12.0.835956678236.issue17840@psf.upfronthosting.co.za>
In-reply-to
Content
I see that there is identical usage of "assert errors=='strict'" in a number of similar encodings modules:

base64_codec.py
bz2_codec.py
hex_codec.py
quopri_codec.py
uu_codec.py
zlib_codec.py

The error handling mode is irrelevant for all these codecs, so the attached patch addresses them all (choosing to ignore the error mode and documenting this).
History
Date User Action Args
2013-07-06 12:49:55alex.hendersonsetrecipients: + alex.henderson, ncoghlan, ezio.melotti
2013-07-06 12:49:55alex.hendersonsetmessageid: <1373114995.12.0.835956678236.issue17840@psf.upfronthosting.co.za>
2013-07-06 12:49:55alex.hendersonlinkissue17840 messages
2013-07-06 12:49:54alex.hendersoncreate