[issue7723] sqlite only accept buffer() for BLOB objects (input/output)

Marc-Andre Lemburg report at bugs.python.org
Sun Jan 17 18:51:56 CET 2010


Marc-Andre Lemburg <mal at egenix.com> added the comment:

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.

----------
nosy: +lemburg

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7723>
_______________________________________


More information about the Python-bugs-list mailing list