]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merge: #18176: Change generic UCD PropList link to version specific link.
authorR David Murray <rdmurray@bitdance.com>
Fri, 10 Oct 2014 00:47:31 +0000 (20:47 -0400)
committerR David Murray <rdmurray@bitdance.com>
Fri, 10 Oct 2014 00:47:31 +0000 (20:47 -0400)
1  2 
Doc/reference/lexical_analysis.rst
Tools/unicode/makeunicodedata.py

index ee1914a29c1defab400a4b2a73aa2f50dca2fab2,454d98e5ecd8532459ad23f7df7e94897a574c5e..561a75e3d1f8ad6eb3e8cc0e5ea0234bcc91f846
@@@ -310,7 -310,9 +310,9 @@@ The Unicode category codes mentioned ab
  * *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
++  <http://www.unicode.org/Public/7.0.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 72e80d743f6c113b085af7199be9a8b0a6d44f21,7636a958e2aab3e3ea07107b4c40f9a748e582a1..b7d31e8806652b58b98e76b665849fc0ee8ef315
@@@ -41,8 -41,8 +41,8 @@@ 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"
 +UNIDATA_VERSION = "7.0.0"
  UNICODE_DATA = "UnicodeData%s.txt"
  COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
  EASTASIAN_WIDTH = "EastAsianWidth%s.txt"