From: Mark Dickinson Date: Sat, 1 May 2010 11:59:03 +0000 (+0000) Subject: Recorded merge of revisions 80681 via svnmerge from X-Git-Tag: v3.2a1~957 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6885f08853550bddb4178e15d81b2878f315becf;p=thirdparty%2FPython%2Fcpython.git Recorded merge of 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. ........ ---