[Python-Dev] python 3.2 (fwd)

Éric Araujo merwok at netwok.org
Wed Feb 16 12:01:21 CET 2011


>>>>> import sqlite3
>>>>> sqlite3.version
>> '2.6.0'
>>>>> sqlite3.sqlite_version
>> '3.7.4'
> 
> That's not intuitive. It is better to point sqlite3.version to the
> actual version of sqlite3 used.

We can’t break compatibility for such a small thing.  However, it should
be documented in
http://docs.python.org/dev/library/sqlite3#module-functions-and-constants
Could you report the bug?  Thanks in advance.

Regards


More information about the Python-Dev mailing list