]> granicus.if.org Git - python/commit
Fix sqlite3 docs. `buffer` is gone, `bytes` objects are returned for BLOBs instead.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 2 Feb 2010 23:00:29 +0000 (23:00 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 2 Feb 2010 23:00:29 +0000 (23:00 +0000)
commitf06917ee6fe1ec1223831277abc0c4ad5e5d527e
treec2959cc8d35f3058097d2d5dc8aca08d113dd362
parent05b7c5644c9c7a5e7b656fc241e45ff171c16d84
Fix sqlite3 docs.  `buffer` is gone, `bytes` objects are returned for BLOBs instead.
Patch by Pablo Mouzo.
Doc/library/sqlite3.rst