]> granicus.if.org Git - python/commit
refactored the unicodeobject/ucnhash interface, to hide the
authorFredrik Lundh <fredrik@pythonware.com>
Fri, 19 Jan 2001 09:45:02 +0000 (09:45 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Fri, 19 Jan 2001 09:45:02 +0000 (09:45 +0000)
commit0fdb90cafe596a03a5c3005a21e8fa2a230803e5
treeb336a6167a1df4af3cf4ed184d68f7842dd19807
parenta2bf2709b39b7848e4f887bc60289b64e2562f36
refactored the unicodeobject/ucnhash interface, to hide the
implementation details inside the ucnhash module.

also cleaned up the unicode copyright blurb a little; Secret Labs'
internal revision history isn't that interesting...
Include/ucnhash.h
Lib/test/test_ucn.py
Modules/ucnhash.c
Objects/unicodeobject.c