From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 23 May 2020 01:17:45 +0000 (-0700) Subject: bpo-40439: Update broken link in lexical analysis docs (GH-20184) X-Git-Tag: v3.7.8rc1~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0af9bef61afffbf128aba76a2e578059621b4f00;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 f6f250e39150..b6eaacb46591 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: