]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix py3k warnings in test_decimal, using unittest.assertItemsEqual.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 21 Mar 2010 10:51:40 +0000 (10:51 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 21 Mar 2010 10:51:40 +0000 (10:51 +0000)
commit8f43cec41b13ee97a688327601f799bda1742f61
tree8a8d848e59835217ff5ad3ad82baf34ed51b5db8
parent4a0f8b89f6adde81971b39a4302dc38dbbd42101
Fix py3k warnings in test_decimal, using unittest.assertItemsEqual.
Lib/test/test_decimal.py