[Python-checkins] cpython: Issue #27959: Documents new encoding and alias.
steve.dower
python-checkins at python.org
Tue Sep 6 22:46:58 EDT 2016
https://hg.python.org/cpython/rev/fd0e62300fb7
changeset: 103200:fd0e62300fb7
user: Steve Dower <steve.dower at microsoft.com>
date: Tue Sep 06 19:46:42 2016 -0700
summary:
Issue #27959: Documents new encoding and alias.
files:
Doc/library/codecs.rst | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -1254,9 +1254,15 @@
| | | 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 |
+--------------------+---------+---------------------------+
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list