]> granicus.if.org Git - python/commit
Fix _Py_normalize_encoding() command
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 12 Oct 2016 11:57:45 +0000 (13:57 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 12 Oct 2016 11:57:45 +0000 (13:57 +0200)
commitebe17e0347944b01a771eae4cee7f2a38cc82e42
tree07c2c4642603ecac377172729aa68f6f1772b00b
parentb329e1bb5bd2a59cf22550dc19c8744491d51801
Fix _Py_normalize_encoding() command

It's not exactly the same than encodings.normalize_encoding(): the C function
also converts to lowercase.
Objects/unicodeobject.c