diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-08 02:00:34 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-08 02:00:34 (GMT) |
commit | 47d083cf1a5c763346a020e2daf38ccfb3f52dbd (patch) | |
tree | 07b013897feebd9da15d12ada819dcf758d1d4ca /Doc/library/codecs.rst | |
parent | e2684d93e2413a3f7c8dc5a26cb17723c7c51b5d (diff) | |
download | cpython-47d083cf1a5c763346a020e2daf38ccfb3f52dbd.zip cpython-47d083cf1a5c763346a020e2daf38ccfb3f52dbd.tar.gz cpython-47d083cf1a5c763346a020e2daf38ccfb3f52dbd.tar.bz2 |
whatsnew: cp273 codec (#10907797)
Also updated the docs and added the aliases mentioned by the
references.
Diffstat (limited to 'Doc/library/codecs.rst')
-rw-r--r-- | Doc/library/codecs.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 843de27..3729dac 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -971,6 +971,10 @@ particular, the following variants typically exist: +-----------------+--------------------------------+--------------------------------+ | cp037 | IBM037, IBM039 | English | +-----------------+--------------------------------+--------------------------------+ +| cp273 | 273, IBM273, csIBM273 | German | +| | | | +| | | .. versionadded:: 3.4 | ++-----------------+--------------------------------+--------------------------------+ | cp424 | EBCDIC-CP-HE, IBM424 | Hebrew | +-----------------+--------------------------------+--------------------------------+ | cp437 | 437, IBM437 | English | |