From: Mark Dickinson Date: Fri, 24 Apr 2009 13:26:51 +0000 (+0000) Subject: Blocked revisions 71829 via svnmerge X-Git-Tag: 3.0~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd1b0deb44ae1d6c1c75d5d6448d82926245c9f7;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 71829 via svnmerge ........ r71829 | mark.dickinson | 2009-04-24 14:25:20 +0100 (Fri, 24 Apr 2009) | 4 lines Make sure that complex parsing code and corresponding tests match for 2.7 and 3.1, and that 3.1 continues to accept complex('j') and complex('4-j') ........ ---