diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-11-19 08:12:57 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-11-19 08:12:57 (GMT) |
commit | ef546b347d8e2ca87d8a518361f017efdc0725a8 (patch) | |
tree | 368261677898d8db900d468ec8ebd0286aabff3e /Misc | |
parent | 6aa4a1f29ca575e25fc595857b2a5168a02c9780 (diff) | |
download | cpython-ef546b347d8e2ca87d8a518361f017efdc0725a8.zip cpython-ef546b347d8e2ca87d8a518361f017efdc0725a8.tar.gz cpython-ef546b347d8e2ca87d8a518361f017efdc0725a8.tar.bz2 |
Document PyBSDDB import.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -302,6 +302,11 @@ Core and builtins Extension modules ----------------- +- The PyBSDDB wrapper around the Sleepycat Berkely DB library has been + added as the package bsddb. The traditional bsddb module is still + available in source code, but not built automatically anymore, and + is now named bsddb185. + - resource.getrlimit() now returns longs instead of ints. - readline now dynamically adjusts its input/output stream if |