bpo-40166: Change Unicode Howto so that it does not have a specific number of assigned code points.#19328
Conversation
Change the number of code points from a specific number to a link to the latest standard that has a description of how many code points there are.
Changed the link to the Unicode Consortium Technical site as the original link went to the new non technical site.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
One test failed because of failure to download some libraries. I did a small change just to correct that.
|
I have made the requested changes; please review again |
|
Thanks for making the requested changes! @benjaminp: please review the changes made to this pull request. |
|
Thanks @amaajemyfren for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
…cific number of assigned code points. (pythonGH-19328) Change the number of code points from a specific number to a link to the latest standard that has a description of how many code points there are. (cherry picked from commit 8ea10a9) Co-authored-by: amaajemyfren <32741226+amaajemyfren@users.noreply.github.com>
|
GH-19406 is a backport of this pull request to the 3.8 branch. |
The link http://www.unicode.org/versions/latest/#Summary redirects to the summary section of the summary page of the latest version of the Unicode Standard. The current latest version is version 13.0.0 .
The last few versions of the page have had the following sort of Summary opening (latest standard)
This could be better than writing the number 110 thousand characters which is currently not true.
https://bugs.python.org/issue40166