]> granicus.if.org Git - python/commit
Issue #5463: Remove deprecated float coercion from struct module, along
authorMark Dickinson <dickinsm@gmail.com>
Sun, 19 Apr 2009 20:40:33 +0000 (20:40 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 19 Apr 2009 20:40:33 +0000 (20:40 +0000)
commitea835e7a875b7964d1c9b6875f836948ede48969
tree05908ac0bef152bf45f770ca2f1b4196dc83327f
parent769ba47bb281d1d261f2fa975a93cf1b7292ba24
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.
Lib/test/test_struct.py
Misc/NEWS
Modules/_struct.c