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 pitrou
Recipients benjamin.peterson, georg.brandl, pitrou, scoder, teoliphant
Date 2008-08-19.19:22:22
SpamBayes Score 2.456637e-05
Marked as misclassified No
Message-id <1219173747.42.0.27105142616.issue2394@psf.upfronthosting.co.za>
In-reply-to
Content
This patch changes all bytearray results (in indexing, tobytes()) to
bytes, and adds the implementation the tolist().

Note: the tolist() implementation only handles one-dimensional byte
buffers. It will have to be re-written using the struct module!
But at least once that patch applied, I think we may drop down this bug
to critical.
History
Date User Action Args
2008-08-19 19:22:27pitrousetrecipients: + pitrou, georg.brandl, teoliphant, scoder, benjamin.peterson
2008-08-19 19:22:27pitrousetmessageid: <1219173747.42.0.27105142616.issue2394@psf.upfronthosting.co.za>
2008-08-19 19:22:26pitroulinkissue2394 messages
2008-08-19 19:22:26pitroucreate