You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/reference/lexical_analysis.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -310,7 +310,9 @@ The Unicode category codes mentioned above stand for:
310
310
* *Mc* - spacing combining marks
311
311
* *Nd* - decimal numbers
312
312
* *Pc* - connector punctuations
313
-
* *Other_ID_Start* - explicit list of characters in `PropList.txt <http://unicode.org/Public/UNIDATA/PropList.txt>`_ to support backwards compatibility
313
+
* *Other_ID_Start* - explicit list of characters in `PropList.txt
314
+
<http://www.unicode.org/Public/6.3.0/ucd/PropList.txt>`_ to support backwards
315
+
compatibility
314
316
* *Other_ID_Continue* - likewise
315
317
316
318
All identifiers are converted into the normal form NFKC while parsing; comparison
0 commit comments