Issue 849252: Small error in test_format (original) (raw)

Issue849252

Created on 2003-11-25 20:58 by krftkndl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_format.patch krftkndl,2003-11-25 20:58 One-line fix
Messages (3)
msg44935 - (view) Author: Kalle Svensson (krftkndl) Date: 2003-11-25 20:58
There is an off-by-one bug in test_format, which causes a test that's supposed to run only on 32-bit machines to be skipped everywhere.
msg44936 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2003-11-29 23:56
Logged In: YES user_id=6380 Thanks, fixed in CVS. (I'm leaving this open since somebody might want to backport the fix to 2.3.3.)
msg44937 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-01-01 08:00
Logged In: YES user_id=80475 Looks like this was applied to 2.3.3 already.
History
Date User Action Args
2022-04-11 14:56:01 admin set github: 39605
2003-11-25 20:58:08 krftkndl create