mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, and gave failures in test_bigmem. Revert 79062, 79065 and 79083.
This commit is contained in:
parent
3ab1fa6102
commit
f1789dee30
6 changed files with 19509 additions and 22027 deletions
|
@ -31,7 +31,7 @@ SCRIPT = sys.argv[0]
|
|||
VERSION = "2.6"
|
||||
|
||||
# The Unicode Database
|
||||
UNIDATA_VERSION = "5.2.0"
|
||||
UNIDATA_VERSION = "5.1.0"
|
||||
UNICODE_DATA = "UnicodeData%s.txt"
|
||||
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
|
||||
EASTASIAN_WIDTH = "EastAsianWidth%s.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue