From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 23 May 2020 01:19:13 +0000 (-0700) Subject: bpo-40439: Update broken link in lexical analysis docs (GH-20184) X-Git-Tag: v3.9.0b2~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=962c814ca77fb1873908f2daeda59c2637ad3bf1;p=thirdparty%2FPython%2Fcpython.git bpo-40439: Update broken link in lexical analysis docs (GH-20184) Automerge-Triggered-By: @csabella (cherry picked from commit af23f0d3cf19343512e6ca1fe1d46a5dbe425719) Co-authored-by: Matteo Bertucci --- diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 3f420817eefe..e3a3a88757ed 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -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: