mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fixed a failure in test_bigmem.
Merged revision 79059 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines Issue #8024: Update the Unicode database to 5.2 ........
This commit is contained in:
parent
431065247a
commit
faa663f03d
7 changed files with 22297 additions and 19777 deletions
|
@ -31,7 +31,7 @@ SCRIPT = sys.argv[0]
|
|||
VERSION = "2.6"
|
||||
|
||||
# The Unicode Database
|
||||
UNIDATA_VERSION = "5.1.0"
|
||||
UNIDATA_VERSION = "5.2.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