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 lemburg
Recipients flox, ghaering, lemburg
Date 2010-01-17.17:51:55
SpamBayes Score 0.000560227
Marked as misclassified No
Message-id <1263750716.46.0.081651757892.issue7723@psf.upfronthosting.co.za>
In-reply-to
Content
buffer() is only deprecated in Python 3.x, not in Python 2.7, so the current implementation is perfectly valid for Python 2.7.

Note that buffer() has long been the preferred type for passing binary objects to and from a database.
History
Date User Action Args
2010-01-17 17:51:56lemburgsetrecipients: + lemburg, ghaering, flox
2010-01-17 17:51:56lemburgsetmessageid: <1263750716.46.0.081651757892.issue7723@psf.upfronthosting.co.za>
2010-01-17 17:51:55lemburglinkissue7723 messages
2010-01-17 17:51:55lemburgcreate