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 martin.panter
Recipients martin.panter, python-dev, ronaldoussoren, serhiy.storchaka, taleinat
Date 2015-05-26.06:04:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432620269.64.0.101788528361.issue24009@psf.upfronthosting.co.za>
In-reply-to
Content
“u#” should not be deprecated without first deprecating “u”, which is less useful due to not returning a buffer length.

Also, I have always been mystified about how “s#”, “z#”, “y” and “y#” can properly to return a pointer into a buffer for arbitrary immutable bytes-like objects, without requiring PyBuffer_Release() to be called. Perhaps this is bad design to be discouraged. Or maybe a documentation oversight somewhere.
History
Date User Action Args
2015-05-26 06:04:29martin.pantersetrecipients: + martin.panter, ronaldoussoren, taleinat, python-dev, serhiy.storchaka
2015-05-26 06:04:29martin.pantersetmessageid: <1432620269.64.0.101788528361.issue24009@psf.upfronthosting.co.za>
2015-05-26 06:04:29martin.panterlinkissue24009 messages
2015-05-26 06:04:29martin.pantercreate