mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Upgrade to sqlite3 3.7.4.
This commit is contained in:
parent
2a1e3e67b3
commit
0e74cacdff
4 changed files with 7 additions and 7 deletions
|
@ -50,7 +50,7 @@
|
|||
/>
|
||||
<UserMacro
|
||||
Name="sqlite3Dir"
|
||||
Value="$(externalsDir)\sqlite-3.6.21"
|
||||
Value="$(externalsDir)\sqlite-3.7.4"
|
||||
/>
|
||||
<UserMacro
|
||||
Name="bz2Dir"
|
||||
|
|
|
@ -104,7 +104,7 @@ winsound
|
|||
|
||||
Python-controlled subprojects that wrap external projects:
|
||||
_sqlite3
|
||||
Wraps SQLite 3.6.21, which is currently built by sqlite3.vcproj (see below).
|
||||
Wraps SQLite 3.7.4, which is currently built by sqlite3.vcproj (see below).
|
||||
_tkinter
|
||||
Wraps the Tk windowing system. Unlike _sqlite3, there's no
|
||||
corresponding tcltk.vcproj-type project that builds Tcl/Tk from vcproj's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue