mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-36297: remove "unicode_internal" codec (GH-12342)
This commit is contained in:
parent
6fb544d8bc
commit
6a16b18224
12 changed files with 40 additions and 529 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue