小编nnn*_*nnn的帖子

Python sqlite3版本

Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
>>> sqlite3.version
'2.4.1'
Run Code Online (Sandbox Code Playgroud)

问题:

  • 为什么sqlite 3模块的版本为"2.4.1"
  • 什么是将这样一个旧的sqlite与Python捆绑在一起的原因是什么?sqlite releaselog说2002年3月13日(2.4.1).

python sqlite

31
推荐指数
1
解决办法
2万
查看次数

标签 统计

python ×1

sqlite ×1