diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2001-01-21 17:01:31 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2001-01-21 17:01:31 (GMT) |
commit | 9e9bcda547340a47b5f82d0463f4cdc29bd3b143 (patch) | |
tree | 480624c9c3fd9ad95a62efed9195eeaee545f27a /Objects | |
parent | d38855c35a9fe8e469ba6474161f4225a1eb07f6 (diff) | |
download | cpython-9e9bcda547340a47b5f82d0463f4cdc29bd3b143.zip cpython-9e9bcda547340a47b5f82d0463f4cdc29bd3b143.tar.gz cpython-9e9bcda547340a47b5f82d0463f4cdc29bd3b143.tar.bz2 |
forgot to check in the new makeunicodedata.py script
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/unicodetype_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unicodetype_db.h b/Objects/unicodetype_db.h index 5d077ed..3793af1 100644 --- a/Objects/unicodetype_db.h +++ b/Objects/unicodetype_db.h @@ -1,4 +1,4 @@ -/* this file was generated by tools\unicode\makeunicodedata.py 1.1 */ +/* this file was generated by tools\unicode\makeunicodedata.py 2.1 */ /* a list of unique character type descriptors */ const _PyUnicode_TypeRecord _PyUnicode_TypeRecords[] = { |