[Python-checkins] bpo-40439: Update broken link in lexical analysis docs (GH-20184)

Miss Islington (bot) webhook-mailer at python.org
Fri May 22 21:20:06 EDT 2020


https://github.com/python/cpython/commit/dc3239177ff26cb6a12e437a1f507be730fe8ba7
commit: dc3239177ff26cb6a12e437a1f507be730fe8ba7
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-05-22T18:20:01-07:00
summary:

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 <matteobertucci2004 at gmail.com>

files:
M Doc/reference/lexical_analysis.rst

diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
index 844bd7cc870e8..d0e7fde0f5ae3 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:



More information about the Python-checkins mailing list