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-18.13:32:13
SpamBayes Score 1.9984014e-14
Marked as misclassified No
Message-id <1237383135.29.0.892111532367.issue5463@psf.upfronthosting.co.za>
In-reply-to
Content
I think you're right about issue 4228:  we should go ahead and
clean up the struct module anyway.  As far as I can tell, only
the Python 2.5 zipfile module is using the deprecated behaviour.

The _struct.c portion of your patch looks fine.  I think there's
still some work to do on the test_struct file:  for example,
removing references to PY_STRUCT_OVERFLOW_MASKING.

I'd also like to remove the deprecated float handling, but it's
probably better to do that in a separate patch once this patch is in.

Changing title to better reflect the current patch.
History
Date User Action Args
2009-03-18 13:32:15mark.dickinsonsetrecipients: + mark.dickinson, andreas.schawo
2009-03-18 13:32:15mark.dickinsonsetmessageid: <1237383135.29.0.892111532367.issue5463@psf.upfronthosting.co.za>
2009-03-18 13:32:13mark.dickinsonlinkissue5463 messages
2009-03-18 13:32:13mark.dickinsoncreate