diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-05-10 01:19:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-10 01:19:54 (GMT) |
commit | d267ac20c309e37d85a986b4417aa8ab4d05dabc (patch) | |
tree | 701e11585f2a69916429f798895ba6fac1ec0545 /Doc | |
parent | 137be34180a20dba53948d126b961069f299f153 (diff) | |
download | cpython-d267ac20c309e37d85a986b4417aa8ab4d05dabc.zip cpython-d267ac20c309e37d85a986b4417aa8ab4d05dabc.tar.gz cpython-d267ac20c309e37d85a986b4417aa8ab4d05dabc.tar.bz2 |
bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/codecs.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index b324637..8d3daa3 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1106,8 +1106,7 @@ particular, the following variants typically exist: +-----------------+--------------------------------+--------------------------------+ | cp1258 | windows-1258 | Vietnamese | +-----------------+--------------------------------+--------------------------------+ -| cp65001 | | Windows only: Windows UTF-8 | -| | | (``CP_UTF8``) | +| cp65001 | | Alias to ``utf_8`` encoding | | | | | | | | .. versionadded:: 3.3 | +-----------------+--------------------------------+--------------------------------+ |