]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9642: Uniformize the tests on the availability of the mbcs codec
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 12:23:54 +0000 (14:23 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 12:23:54 +0000 (14:23 +0200)
commit99b9538636e44f2400b45a4b9fa3d74ccb958922
treee55a5c1779528ffdc849e153a9d479147c9aa800
parent9122fdd8fae87190a47a94767b7f0157478306ef
Issue #9642: Uniformize the tests on the availability of the mbcs codec

Add a new HAVE_MBCS define.
Include/unicodeobject.h
Misc/NEWS
Modules/_codecsmodule.c
Modules/timemodule.c
Objects/unicodeobject.c
Python/bltinmodule.c