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 mfbarnes
Recipients
Date 2004-12-20.06:43:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=843448

I suggested this change on Python-Dev last year
(http://mail.python.org/pipermail/python-dev/2003-November/040391.html).
 The use case I put forth at the time was as follows:

Use Case:  I have a program written in C that contains a
bunch of aggregate data structures (arrays of structs,
structs containing arrays, etc.) and I'm transmitting these
structures over a socket connection to a Python program that
then unpacks the data using the struct module.  Problem is
that I have to unpack the incoming data as
a flat sequence of data elements, and then repartition the
sequence into nested sequences to better reflect how the
data is structured in the C program.  It would be more
convenient to express these groupings as I'm unpacking the
raw data.
History
Date User Action Args
2007-08-23 15:29:54adminlinkissue847857 messages
2007-08-23 15:29:54admincreate