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 skrah
Recipients Alexander.Belopolsky, Arfrever, Dag.Sverre.Seljebotn, belopolsky, christian.heimes, georg.brandl, loewis, mark.dickinson, meador.inge, ncoghlan, pitrou, python-dev, scoder, skrah, vstinner
Date 2012-09-01.15:06:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120901150629.GA15155@sleipnir.bytereef.org>
In-reply-to <8B95886E-FFE7-4948-94EA-7CABA9AF1ED1@gmail.com>
Content
tobytes() is the same as the flattened multi-dimensional list representation
with all elements converted to bytes. If I'm not mistaken, that's how NumPy's
tostring() behaves.
History
Date User Action Args
2012-09-01 15:06:29skrahsetrecipients: + skrah, loewis, georg.brandl, mark.dickinson, ncoghlan, belopolsky, pitrou, scoder, vstinner, christian.heimes, Arfrever, meador.inge, Alexander.Belopolsky, python-dev, Dag.Sverre.Seljebotn
2012-09-01 15:06:29skrahlinkissue15814 messages
2012-09-01 15:06:28skrahcreate