[New-bugs-announce] [issue15331] Missing codec aliases for bytes-bytes codecs
Nick Coghlan
report at bugs.python.org
Thu Jul 12 13:04:34 CEST 2012
New submission from Nick Coghlan <ncoghlan at gmail.com>:
In writing a post looking at a potentially different way of handling codec pipelines that is source compatible across both Python 2 and 3, I noticed that the bytes-bytes codec aliases are all missing but are still listed in the documentation as being supported:
base64_codec base64, base-64
bz2_codec bz2
hex_codec hex
quopri_codec quopri, quoted-printable, quotedprintable
uu_codec uu
zlib_codec zip, zlib
The canonical names (i.e. *_codec) all work as expected, though.
----------
messages: 165295
nosy: ncoghlan
priority: normal
severity: normal
stage: test needed
status: open
title: Missing codec aliases for bytes-bytes codecs
type: behavior
versions: Python 3.2, Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15331>
_______________________________________
More information about the New-bugs-announce
mailing list