Author Red HamsterX
Recipients Red HamsterX, gpk
Date 2009-07-29.00:27:01
SpamBayes Score 1.0231e-10
Marked as misclassified No
Message-id <1248827222.82.0.53842190753.issue1512791@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a patch with a unit test and solution for this problem.

Patch built against Python 3.2, r74246.

Note: with Python 3.2, an error was thrown if the input value wasn't an
integer because a deprecated struct-related cast was removed. It's
debatable whether we want to actually apply this patch, since the error
couldn't manifest in this version of Python. However, if we patch 2.7,
we might as well patch this to maintain consistency. (Patching 3.2 will
not break anything or make previously broken logic work differently, so
it is safe)
History
Date User Action Args
2009-07-29 00:27:02Red HamsterXsetrecipients: + Red HamsterX, gpk
2009-07-29 00:27:02Red HamsterXsetmessageid: <1248827222.82.0.53842190753.issue1512791@psf.upfronthosting.co.za>
2009-07-29 00:27:01Red HamsterXlinkissue1512791 messages
2009-07-29 00:27:01Red HamsterXcreate