diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-11-23 03:49:08 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-11-23 03:49:08 (GMT) |
commit | 19cf4ee69d414b3bf849cb2a4f00bfed70f1c76b (patch) | |
tree | 0edddfbe831199e72a07c2a4ba355174724a7600 /Misc | |
parent | 4b5c7a4f473cd3c7b99fd195b285aeba5e3c484a (diff) | |
download | cpython-19cf4ee69d414b3bf849cb2a4f00bfed70f1c76b.zip cpython-19cf4ee69d414b3bf849cb2a4f00bfed70f1c76b.tar.gz cpython-19cf4ee69d414b3bf849cb2a4f00bfed70f1c76b.tar.bz2 |
More bsddb-on-Windows fiddling:
+ News blurb, but as much XXX as news.
+ Updated installer (install the new bsddb package, and the Berkeley DLL;
still don't know how to fold that into _bsddb.pyd).
+ Fleshed out build instructions.
+ Debug Python still blows up.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -807,6 +807,14 @@ Yet to be written. Windows ------- +- The Windows distribution now ships with version 4.0.14 of the + Sleepycat Berkeley database library. This should be a huge + improvement over the previous Berkeley DB 1.85, which had many + bugs. + XXX What are the licensing issues here? + XXX The debug Python still blows up (see PCbuild/readme.txt). + XXX The version # is likely to change before 2.3a1. + - The Windows distribution now ships with Tcl/Tk version 8.4.1 (it previously shipped with Tcl/Tk 8.3.2). |