]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Removing UTF-16 aware Unicode comparison code. This kind of compare
authorMarc-André Lemburg <mal@egenix.com>
Tue, 8 Aug 2000 08:04:29 +0000 (08:04 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Tue, 8 Aug 2000 08:04:29 +0000 (08:04 +0000)
commite5034378cc2e46f9a7233269a5687bfec8c8c303
treee7b66c147c9ded2b44114d0fb35968febc9febd4
parent5660639f9f1121cdb7abf6202a6005f1a890a1e5
Removing UTF-16 aware Unicode comparison code. This kind of compare
function (together with other locale aware ones) should into a new collation
support module. See python-dev for a discussion of this removal.

Note: This patch should also be applied to the 1.6 branch.
Lib/test/output/test_unicode
Lib/test/test_unicode.py
Objects/unicodeobject.c