Mark Dickinson <dicki...@gmail.com> added the comment:

Is this still of interest to anyone?

What's the motivation for this particular choice (bigendian byteorder, native 
size, native alignment), out of all the various other choices that aren't 
currently implemented?

PEP 3118 also proposes the addition of a new format, '^', for (native 
byteorder, native size, no alignment).

There are 12 possible different formats (big/little/native byteorder * 
standard/native size * none/native padding), of which 4 are currently 
implemented (native**3, big*standard*none, little*standard*none, 
native*standard*none).  Of the 8 missing formats, it's not clear to me why 
either of the new proposed formats should be a particular target.

BTW, not that it really matters, but I've earmarked '$' for a different use, so 
I'm mildly opposed to its use here.

----------
nosy: +minge

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1749662>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to