From: Mark Dickinson Date: Sat, 27 Mar 2010 11:17:24 +0000 (+0000) Subject: Blocked revisions 79455,79457 via svnmerge X-Git-Tag: v2.6.6rc1~530 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c02f4d4990e18217bf4e553155d45626fb7189b9;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 79455,79457 via svnmerge ........ r79455 | mark.dickinson | 2010-03-27 11:09:29 +0000 (Sat, 27 Mar 2010) | 2 lines Make Fraction to complex comparisons with <=, <, >= or > raise TypeError. ........ r79457 | mark.dickinson | 2010-03-27 11:14:37 +0000 (Sat, 27 Mar 2010) | 1 line Add Misc/NEWS entry for r79455. ........ ---