]> granicus.if.org Git - python/commitdiff
#18176: Change generic UCD PropList link to version specific link.
authorR David Murray <rdmurray@bitdance.com>
Fri, 10 Oct 2014 00:45:59 +0000 (20:45 -0400)
committerR David Murray <rdmurray@bitdance.com>
Fri, 10 Oct 2014 00:45:59 +0000 (20:45 -0400)
Doc/reference/lexical_analysis.rst
Tools/unicode/makeunicodedata.py

index a2ef0aaf27efd9a368e2589a8875846f977d24b4..454d98e5ecd8532459ad23f7df7e94897a574c5e 100644 (file)
@@ -310,7 +310,9 @@ The Unicode category codes mentioned above stand for:
 * *Mc* - spacing combining marks
 * *Nd* - decimal numbers
 * *Pc* - connector punctuations
-* *Other_ID_Start* - explicit list of characters in `PropList.txt <http://unicode.org/Public/UNIDATA/PropList.txt>`_ to support backwards compatibility
+* *Other_ID_Start* - explicit list of characters in `PropList.txt
+  <http://www.unicode.org/Public/6.3.0/ucd/PropList.txt>`_ to support backwards
+  compatibility
 * *Other_ID_Continue* - likewise
 
 All identifiers are converted into the normal form NFKC while parsing; comparison
index 18ed93a247058c748ca1c3a7682335c4cc11fc04..7636a958e2aab3e3ea07107b4c40f9a748e582a1 100644 (file)
@@ -41,7 +41,7 @@ VERSION = "3.2"
 # When changing UCD version please update
 #   * Doc/library/stdtypes.rst, and
 #   * Doc/library/unicodedata.rst
-#   * Doc/reference/lexical_analysis.rst
+#   * Doc/reference/lexical_analysis.rst (two occurrences)
 UNIDATA_VERSION = "6.3.0"
 UNICODE_DATA = "UnicodeData%s.txt"
 COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"