From: Mark Dickinson Date: Sun, 19 Apr 2009 20:41:10 +0000 (+0000) Subject: Blocked revisions 71754 via svnmerge X-Git-Tag: 3.0~201 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29c51780217123f6649c204758df8c024ccfcc9b;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 71754 via svnmerge ........ r71754 | mark.dickinson | 2009-04-19 21:40:33 +0100 (Sun, 19 Apr 2009) | 4 lines Issue #5463: Remove deprecated float coercion from struct module, along with the _PY_STRUCT_FLOAT_COERCE constant. Simplify tests accordingly, and reenable (now-fixed) broken tests. ........ ---