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 serhiy.storchaka
Recipients christian.heimes, larry, loewis, python-dev, serhiy.storchaka, vajrasky
Date 2015-04-05.13:53:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428242000.77.0.0476107850154.issue20173@psf.upfronthosting.co.za>
In-reply-to
Content
Here is reworked patch for the _codecs module. No optional groups are used, all parameters have sensible defaults. Default encoding is "utf-8", default errors is "strict" or None (if function accepts None), default mapping is None. Unified names and coding style, improved docstrings.
History
Date User Action Args
2015-04-05 13:53:21serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, larry, christian.heimes, python-dev, vajrasky
2015-04-05 13:53:20serhiy.storchakasetmessageid: <1428242000.77.0.0476107850154.issue20173@psf.upfronthosting.co.za>
2015-04-05 13:53:20serhiy.storchakalinkissue20173 messages
2015-04-05 13:53:20serhiy.storchakacreate