diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-07-06 06:55:58 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-07-06 06:55:58 (GMT) |
commit | 88ef6377773b9bafdec0c7d85d3eefccf8209c61 (patch) | |
tree | 53b8dba67abba537feaab913a40e3f17c188803a /Misc | |
parent | a12aa88fd87f8992bbd137517c4c90f27e36c4e4 (diff) | |
download | cpython-88ef6377773b9bafdec0c7d85d3eefccf8209c61.zip cpython-88ef6377773b9bafdec0c7d85d3eefccf8209c61.tar.gz cpython-88ef6377773b9bafdec0c7d85d3eefccf8209c61.tar.bz2 |
Add sqlite3.dll to the DLLs component, not to the TkDLLs component.
Fixes #1517388.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -89,6 +89,9 @@ Extension Modules Build ----- +- Bug #1517388: sqlite3.dll is now installed on Windows independent + of Tcl/Tk. + - Bug #1513032: 'make install' failed on FreeBSD 5.3 due to lib-old trying to be installed even though it's empty. |