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 vstinner
Recipients BreamoreBoy, eric.araujo, jwishnie, lemburg, pitrou, vstinner
Date 2014-09-30.22:44:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412117041.94.0.242586951619.issue6320@psf.upfronthosting.co.za>
In-reply-to
Content
Since the codec has only been asked once, 5 years ago, I consider that there is not enough interested to put yet another encoding. Python already supports a lot of encodings.

It's easy to use your custom codec without having to modify Python, just register it:
https://docs.python.org/dev/library/codecs.html#codecs.register
History
Date User Action Args
2014-09-30 22:44:01vstinnersetrecipients: + vstinner, lemburg, pitrou, eric.araujo, jwishnie, BreamoreBoy
2014-09-30 22:44:01vstinnersetmessageid: <1412117041.94.0.242586951619.issue6320@psf.upfronthosting.co.za>
2014-09-30 22:44:01vstinnerlinkissue6320 messages
2014-09-30 22:44:01vstinnercreate