diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-06 19:46:42 -0700 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-06 19:46:42 -0700 |
commit | 5a71327f35f80a7e874b971e55cbf5528c8d0c80 (patch) | |
tree | c494d08ee6c19a1b47f0ae1851f0e9a19c77411c /Doc | |
parent | f5aba58480bb0dd45181f609487ac2ecfcc98673 (diff) | |
download | cpython-git-5a71327f35f80a7e874b971e55cbf5528c8d0c80.tar.gz |
Issue #27959: Documents new encoding and alias.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/codecs.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 1add30072f..c6b6a56e43 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1254,10 +1254,16 @@ encodings. | | | Only ``errors='strict'`` | | | | is supported. | +--------------------+---------+---------------------------+ -| mbcs | dbcs | Windows only: Encode | -| | | operand according to the | +| mbcs | ansi, | Windows only: Encode | +| | dbcs | operand according to the | | | | ANSI codepage (CP_ACP) | +--------------------+---------+---------------------------+ +| oem | | Windows only: Encode | +| | | operand according to the | +| | | OEM codepage (CP_OEMCP) | +| | | | +| | | .. versionadded:: 3.6 | ++--------------------+---------+---------------------------+ | palmos | | Encoding of PalmOS 3.5 | +--------------------+---------+---------------------------+ | punycode | | Implements :rfc:`3492`. | |