methane
changed the title
New PEP: Remove wstr from Unicode object
PEP 629: Remove wstr from Unicode object
Jun 25, 2020
|
|
@@ -0,0 +1,167 @@ |
|
|
PEP: 629
|
|
|
Title: Remove wstr from Unicode
|
|
|
these deprecated APIs. [1]_
|
|
|
|
|
|
This PEP is planning removal of ``wstr``, and ``wstr_length`` with
|
|
|
deprecated APIs using these members by Python 3.12.
|
methane
changed the title
PEP 629: Remove wstr from Unicode object
PEP 623: Remove wstr from Unicode object
Jun 25, 2020
|
|
deprecated APIs using these members by Python 3.12.
|
|
|
|
|
|
Deprecated APIs doesn't use the members are out of scope because
|
|
|
Deprecated APIs which doesn't use the members are out of scope because
|