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 erlendaasland
Recipients berker.peksag, eamanu, erlendaasland, ghaering, jim_minter, palaviv, rmast, serhiy.storchaka, waldhol
Date 2022-01-03.12:44:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641213862.4.0.659728726201.issue24905@roundup.psfhosted.org>
In-reply-to
Content
I've submitted my changes as a separate PR.

I believe we should consider duplicating the apsw API, for users convenience. Pr. now, they are very similar, except for the "open blob" API: apsw uses `blobopen`, we currently use `open_blob`. I suggest changing it to `blobopen`.
History
Date User Action Args
2022-01-03 12:44:22erlendaaslandsetrecipients: + erlendaasland, ghaering, berker.peksag, serhiy.storchaka, jim_minter, waldhol, palaviv, eamanu, rmast
2022-01-03 12:44:22erlendaaslandsetmessageid: <1641213862.4.0.659728726201.issue24905@roundup.psfhosted.org>
2022-01-03 12:44:22erlendaaslandlinkissue24905 messages
2022-01-03 12:44:22erlendaaslandcreate