diff options
Diffstat (limited to 'Doc/library/codecs.rst')
-rw-r--r-- | Doc/library/codecs.rst | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 7cfec63..d2a0c8b 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1316,16 +1316,10 @@ encodings. | | | code actually uses UTF-8 | | | | by default. | +--------------------+---------+---------------------------+ -| unicode_internal | | Return the internal | -| | | representation of the | -| | | operand. Stateful codecs | -| | | are not supported. | -| | | | -| | | .. deprecated:: 3.3 | -| | | This representation is | -| | | obsoleted by | -| | | :pep:`393`. | -+--------------------+---------+---------------------------+ + +.. versionchanged:: 3.8 + "unicode_internal" codec is removed. + .. _binary-transforms: |