]> granicus.if.org Git - python/commit
Move uchhash functionality into unicodedata (after the recent
authorFredrik Lundh <fredrik@pythonware.com>
Wed, 24 Jan 2001 07:59:11 +0000 (07:59 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Wed, 24 Jan 2001 07:59:11 +0000 (07:59 +0000)
commit06d126803c66515f5cdb272dfd7807716f04d33f
tree1f1bb52eee3fbb613c83eae4bb0c8b82ea276257
parenteda28445c075102690710e3775b7f419669eb653
Move uchhash functionality into unicodedata (after the recent
crop of changes, the files are small enough to do this).  Also
adds "name" and "lookup" functions to unicodedata.
Lib/test/test_ucn.py
Modules/ucnhash.c
Modules/unicodedata.c
Objects/unicodeobject.c