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

Matteo Bertucci webhook-mailer at python.org
Fri May 22 21:12:15 EDT 2020


https://github.com/python/cpython/commit/af23f0d3cf19343512e6ca1fe1d46a5dbe425719
commit: af23f0d3cf19343512e6ca1fe1d46a5dbe425719
branch: master
author: Matteo Bertucci <matteobertucci2004 at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-05-22T18:12:09-07:00
summary:

bpo-40439: Update broken link in lexical analysis docs (GH-20184)



Automerge-Triggered-By: @csabella

files:
M Doc/reference/lexical_analysis.rst

diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
index 3f420817eefea..e3a3a88757ed2 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