]> granicus.if.org Git - python/commit
Issue #9979: Use PyUnicode_AsWideCharString() for _locale.strcoll()
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Sep 2010 10:30:43 +0000 (10:30 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Sep 2010 10:30:43 +0000 (10:30 +0000)
commit449057f2fabb417c1bc553e9fc67425b5d24affb
treeeda316277064c7ea6b89509a16a42919115e2b79
parent255dfdb5ce5b93240a1edd724e1c7a479862ef7d
Issue #9979: Use PyUnicode_AsWideCharString() for _locale.strcoll()

It simplifies the code and prepare the surrogates support.
Modules/_localemodule.c