[issue3796] some tests are not run in test_float

2008-09-06 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Committed r66270 and r66271. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3796] some tests are not run in test_float

2008-09-06 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Go ahead and commit. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3796] some tests are not run in test_float

2008-09-06 Thread Amaury Forgeot d'Arc
New submission from Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: r62680 moved some tests from test_builtin to test_float, but the list of classes to run was not updated. Some minor updated were needed to let these tests pass. -- files: test_float.patch keywords: needs review, patch, patch m