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 serhiy.storchaka
Recipients Sebastian.Noack, berker.peksag, ghaering, serhiy.storchaka
Date 2020-01-21.13:14:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579612490.2.0.148858064107.issue39408@roundup.psfhosted.org>
In-reply-to
Content
What exactly do you need to add and change in the sqlite module? The stdlib cannot depend on a third-party module. Ideally, you just create a subclass of some standard class and overrides a constructor and few methods.
History
Date User Action Args
2020-01-21 13:14:50serhiy.storchakasetrecipients: + serhiy.storchaka, ghaering, berker.peksag, Sebastian.Noack
2020-01-21 13:14:50serhiy.storchakasetmessageid: <1579612490.2.0.148858064107.issue39408@roundup.psfhosted.org>
2020-01-21 13:14:50serhiy.storchakalinkissue39408 messages
2020-01-21 13:14:50serhiy.storchakacreate