Ned Deily added the comment:

Keep in mind that Python itself does not release with nor mandate a specific 
version of sqlite3.  When building CPython yourself, it will use what version 
is found on your system.  Distributors of built Pythons, including the 
python.org Windows and OS X installers, may supply a local version or, in some 
cases, may link dynamically with an operating system supplied version.  So any 
changes to Python's sqlite3 module and support extension module have to 
continue to check at either build or run time whether version-specific features 
are available.

----------
nosy: +ned.deily

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15754>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to