File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Tools/Demos
7979Build
8080-----
8181
82- - The Windows build now uses Tcl/Tk 8.5.9.
82+ - The Windows build now uses Tcl/Tk 8.5.9 and sqlite3 3.7.4 .
8383
8484
8585What's New in Python 3.2 Beta 1?
Original file line number Diff line number Diff line change 5050 />
5151 <UserMacro
5252 Name=" sqlite3Dir"
53- Value=" $(externalsDir)\sqlite-3.6.21 "
53+ Value=" $(externalsDir)\sqlite-3.7.4 "
5454 />
5555 <UserMacro
5656 Name=" bz2Dir"
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ winsound
104104
105105Python-controlled subprojects that wrap external projects:
106106_sqlite3
107- Wraps SQLite 3.6.21 , which is currently built by sqlite3.vcproj (see below).
107+ Wraps SQLite 3.7.4 , which is currently built by sqlite3.vcproj (see below).
108108_tkinter
109109 Wraps the Tk windowing system. Unlike _sqlite3, there's no
110110 corresponding tcltk.vcproj-type project that builds Tcl/Tk from vcproj's
Original file line number Diff line number Diff line change 1515@ rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1
1616@ rem if exist db-4.4.20 rd /s/q db-4.4.20
1717@ rem if exist openssl-1.0.0a rd /s/q openssl-1.0.0a
18- @ rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
18+ @ rem if exist sqlite-3.7.4 rd /s/q sqlite-3.7.4
1919
2020@ rem bzip
2121if not exist bzip2-1.0.5 (
@@ -37,7 +37,7 @@ if not exist tcl-8.5.9.0 (
3737if not exist tk-8.5.9.0 svn export http://svn.python.org/projects/external/tk-8.5.9.0
3838
3939@ rem sqlite3
40- if not exist sqlite-3.6.21 (
41- rd /s/q sqlite-source-3.3.4
42- svn export http://svn.python.org/projects/external/sqlite-3.6.21
40+ if not exist sqlite-3.7.4 (
41+ rd /s/q sqlite-source-3.6.21
42+ svn export http://svn.python.org/projects/external/sqlite-3.7.4
4343)
You can’t perform that action at this time.
0 commit comments