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 christian.heimes
Recipients arjennienhuis, benjamin.peterson, christian.heimes, eric.smith, exarkun, ezio.melotti, gvanrossum, loewis, martin.panter, serhiy.storchaka, terry.reedy, uau, vstinner
Date 2013-01-22.18:47:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358880452.53.0.147104357552.issue3982@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO a useful API has to provide a more low level functionality like "format number as 32 bit unsigned integer in network endian". A bytes.format() function should support all format chars from http://docs.python.org/3/library/struct.html#format-characters plus all endian and alignment modifiers.
History
Date User Action Args
2013-01-22 18:47:32christian.heimessetrecipients: + christian.heimes, gvanrossum, loewis, terry.reedy, exarkun, vstinner, eric.smith, benjamin.peterson, ezio.melotti, arjennienhuis, uau, martin.panter, serhiy.storchaka
2013-01-22 18:47:32christian.heimessetmessageid: <1358880452.53.0.147104357552.issue3982@psf.upfronthosting.co.za>
2013-01-22 18:47:32christian.heimeslinkissue3982 messages
2013-01-22 18:47:32christian.heimescreate