This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients andreas.schawo, mark.dickinson
Date 2009-03-28.16:01:54
SpamBayes Score 1.7597035e-14
Marked as misclassified No
Message-id <1238256119.25.0.491653368117.issue5463@psf.upfronthosting.co.za>
In-reply-to
Content
I've messed with your patch a bit more.  :)  Here's the latest version.

Apart from the things I mentioned earlier, test_struct was failing on 
64-bit machines with your original patch;  I think that's fixed now.  I 
also updated the docs.

Does this version look okay to you?

Still the float coercion to get rid of.  I'd also like to replace the 
various struct.error exceptions with something more appropriate (e.g., 
OverflowError for out-of-range values, TypeError for floats passed to 
integer formats), but that probably needs a short python-dev discussion 
first.
History
Date User Action Args
2009-03-28 16:01:59mark.dickinsonsetrecipients: + mark.dickinson, andreas.schawo
2009-03-28 16:01:59mark.dickinsonsetmessageid: <1238256119.25.0.491653368117.issue5463@psf.upfronthosting.co.za>
2009-03-28 16:01:58mark.dickinsonlinkissue5463 messages
2009-03-28 16:01:57mark.dickinsoncreate