After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 621715 - Use sqlite3 module if available
Use sqlite3 module if available
Status: RESOLVED FIXED
Product: git-bz
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: git-bz-maint
git-bz-maint
Depends on:
Blocks:
 
 
Reported: 2010-06-16 01:47 UTC by Yaakov Selkowitz
Modified: 2010-07-01 17:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use sqlite3 module if available (928 bytes, patch)
2010-06-16 01:47 UTC, Yaakov Selkowitz
committed Details | Review

Description Yaakov Selkowitz 2010-06-16 01:47:53 UTC
Since Python 2.5, pysqlite2 has been included in the Python standard
library with the name sqlite3.

Patch attached.
Comment 1 Yaakov Selkowitz 2010-06-16 01:47:56 UTC
Created attachment 163757 [details] [review]
Use sqlite3 module if available

Since Python 2.5, pysqlite2 has been included in the Python standard
library with the name sqlite3.
Comment 2 Owen Taylor 2010-07-01 17:55:39 UTC
Attachment 163757 [details] pushed as 55d8141 - Use sqlite3 module if available