commit | 813f11815728501b27447a9429ea5b42ba005d37 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat May 01 11:56:48 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat May 01 11:56:48 2010 +0000 |
tree | 70ad2e8da3d073a693ef00490bd6b3e857cd24c7 | |
parent | fcfd25bd72cb6b77acd717138104a392f992089f [diff] |
Merged revisions 80681 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80681 | mark.dickinson | 2010-05-01 12:46:20 +0100 (Sat, 01 May 2010) | 2 lines Fix incorrect use of a list as the target of an 'except' clause in test_decimal.py. ........