cpython: fd0e62300fb7 (original) (raw)

Mercurial > cpython

changeset 103200:fd0e62300fb7

Issue #27959: Documents new encoding and alias. [#27959]

Steve Dower steve.dower@microsoft.com
date Tue, 06 Sep 2016 19:46:42 -0700
parents c499690f606c
children 786c34bdc27a
files Doc/library/codecs.rst
diffstat 1 files changed, 8 insertions(+), 2 deletions(-)[+] [-] Doc/library/codecs.rst 10

line wrap: on

line diff

--- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1254,9 +1254,15 @@ encodings. | | | Only errors='strict' | | | | is supported. | +--------------------+---------+---------------------------+ -| mbcs | dbcs | Windows only: Encode | +| mbcs | ansi, | Windows only: Encode | +| | dbcs | operand according to the | +| | | ANSI codepage (CP_ACP) | ++--------------------+---------+---------------------------+ +| oem | | Windows only: Encode | | | | operand according to the | -| | | ANSI codepage (CP_ACP) | +| | | OEM codepage (CP_OEMCP) | +| | | | +| | | .. versionadded:: 3.6 | +--------------------+---------+---------------------------+ | palmos | | Encoding of PalmOS 3.5 | +--------------------+---------+---------------------------+