[issue5463] Remove deprecated features from struct module

Mark Dickinson report at bugs.python.org
Wed Mar 18 14:32:15 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

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.

----------
title: Compiler warning get_ulong is never used 3.x -> Remove deprecated features from struct module
type: compile error -> feature request

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5463>
_______________________________________


More information about the Python-bugs-list mailing list