Message91027
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) |
|
| Date |
User |
Action |
Args |
| 2009-07-29 00:27:02 | Red HamsterX | set | recipients:
+ Red HamsterX, gpk |
| 2009-07-29 00:27:02 | Red HamsterX | set | messageid: <1248827222.82.0.53842190753.issue1512791@psf.upfronthosting.co.za> |
| 2009-07-29 00:27:01 | Red HamsterX | link | issue1512791 messages |
| 2009-07-29 00:27:01 | Red HamsterX | create | |
|