]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 23 May 2020 01:17:45 +0000 (18:17 -0700)
committerGitHub <noreply@github.com>
Sat, 23 May 2020 01:17:45 +0000 (18:17 -0700)
Automerge-Triggered-By: @csabella
(cherry picked from commit af23f0d3cf19343512e6ca1fe1d46a5dbe425719)

Co-authored-by: Matteo Bertucci <matteobertucci2004@gmail.com>
Doc/reference/lexical_analysis.rst

index f6f250e39150069176083b429c93b402c090b358..b6eaacb46591a8142f56a27e60add04d7fc4dc25 100644 (file)
@@ -325,7 +325,7 @@ of identifiers is based on NFKC.
 
 A non-normative HTML file listing all valid identifier characters for Unicode
 4.1 can be found at
-https://www.dcl.hpi.uni-potsdam.de/home/loewis/table-3131.html.
+https://www.unicode.org/Public/13.0.0/ucd/DerivedCoreProperties.txt
 
 
 .. _keywords: