PEP 624: nitpicks (#1547)

This commit is contained in:
Inada Naoki 2020-08-04 12:00:32 +09:00 committed by GitHub
parent d0e2f3bbaa
commit ac030138a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ Rationale
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
@ -211,7 +211,7 @@ Pros:
Cons:
* 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.
* Other Python implementations may not have builtin codec for UCS-4.
* If we change the Unicode internal representation to UTF-8, we need