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.
Created on 2012年06月20日 15:21 by wchlm, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg163285 - (view) | Author: wchlm (wchlm) | Date: 2012年06月20日 15:21 | |
sqlite3 top-level variables, such as version, sqlite_version, version_info, and sqlite_version_info are all useful for Python users of the module -- even essential at times. Yet there is no mention of them in the Py 2.7.3 documentation. dir(sqlite3) reveals a longer list. It would be good if someone with a deeper knowledge of the module could assemble a list of useful items and add them to the sqlite3 documentation. |
|||
| msg223056 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年07月14日 20:31 | |
@wchlm sorry about the delay in responding, but would you like to propose a patch for this? |
|||
| msg262527 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2016年03月27日 17:36 | |
*_version_* attributes OP mentioned have already been documented in b8b26feb3e1a. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:31 | admin | set | github: 59322 |
| 2016年03月27日 17:36:07 | berker.peksag | set | status: open -> closed nosy: + berker.peksag messages: + msg262527 resolution: out of date stage: resolved |
| 2014年07月14日 20:31:30 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg223056 |
| 2012年06月23日 07:00:11 | terry.reedy | set | nosy:
+ ghaering |
| 2012年06月20日 15:21:24 | wchlm | create | |