Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 672: Mention Unicode TR 55 #4133

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion peps/pep-0672.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ This document purposefully does not give any solutions
or recommendations: it is rather a list of things to keep in mind.

This document is specific to Python.
For general security considerations in Unicode text, see [tr36]_ and [tr39]_.
For general security considerations in Unicode text and source code,
see Unicode technical reports [tr36]_, [tr39]_, and [tr55]_.


Acknowledgement
Expand Down Expand Up @@ -379,6 +380,8 @@ References
http://www.unicode.org/reports/tr36/
.. [tr39] Unicode® Technical Standard #39: Unicode Security Mechanisms
http://www.unicode.org/reports/tr39/
.. [tr55] Unicode Technical Report #55: Unicode Source Code Handling
http://www.unicode.org/reports/tr55/
.. _CVE-2021-42574:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42574
.. _`Encoding declarations`: https://docs.python.org/3/reference/lexical_analysis.html#encoding-declarations
Expand Down