PEP 624: nitpicks (#1547)
This commit is contained in:
parent
d0e2f3bbaa
commit
ac030138a3
|
@ -51,7 +51,7 @@ Rationale
|
||||||
Deprecated since Python 3.3
|
Deprecated since Python 3.3
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
``Py_UNICODE`` and APIs using it are deprecated since Python 3.3.
|
``Py_UNICODE`` and APIs using it have been deprecated since Python 3.3.
|
||||||
|
|
||||||
|
|
||||||
Inefficient
|
Inefficient
|
||||||
|
@ -211,7 +211,7 @@ Pros:
|
||||||
Cons:
|
Cons:
|
||||||
|
|
||||||
* We have more public APIs to maintain.
|
* We have more public APIs to maintain.
|
||||||
* Applications which uses UTF-8 or UTF-32 can not use these APIs
|
* Applications which uses UTF-8 or UTF-16 can not use these APIs
|
||||||
anyway.
|
anyway.
|
||||||
* Other Python implementations may not have builtin codec for UCS-4.
|
* Other Python implementations may not have builtin codec for UCS-4.
|
||||||
* If we change the Unicode internal representation to UTF-8, we need
|
* If we change the Unicode internal representation to UTF-8, we need
|
||||||
|
|
Loading…
Reference in New Issue