]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make test__locale pass. Stupid bug in the original code: used 'is' for '=='.
authorGuido van Rossum <guido@python.org>
Thu, 17 May 2007 20:58:33 +0000 (20:58 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 May 2007 20:58:33 +0000 (20:58 +0000)
commitf40e5762cc57f6228c23643b110932305cf6b15c
tree94ce2dc7c8ceb98af69e9d757602937ec4a407a2
parentaf199faa9bcbe73753224f174075693bd98b64ea
Make test__locale pass.  Stupid bug in the original code: used 'is' for '=='.
Lib/test/test__locale.py