mirror of
https://github.com/python/cpython.git
synced 2025-08-24 02:35:59 +00:00
Avoid forward-declaring the methods array.
Rename unicodedata.db* to unicodedata.ucd*
This commit is contained in:
parent
f669436189
commit
5bd7c02298
5 changed files with 57 additions and 56 deletions
|
@ -5,7 +5,7 @@ There are two kinds of tables: sets, for which a member test is provided,
|
|||
and mappings, for which a mapping function is provided.
|
||||
"""
|
||||
|
||||
from unicodedata import db_3_2_0 as unicodedata
|
||||
from unicodedata import ucd_3_2_0 as unicodedata
|
||||
|
||||
assert unicodedata.unidata_version == '3.2.0'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue