summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-26 16:40:27 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-26 16:40:27 (GMT)
commit67233bc4054f45fcd44ef2765684f07a349a8447 (patch)
tree3baf221b0f4f9e2908117086d71b767c10def3f1 /Misc/NEWS
parentfa2e2c1469ad9efbaf87b7f2fbce8300409e820c (diff)
downloadcpython-67233bc4054f45fcd44ef2765684f07a349a8447.zip
cpython-67233bc4054f45fcd44ef2765684f07a349a8447.tar.gz
cpython-67233bc4054f45fcd44ef2765684f07a349a8447.tar.bz2
Fixed typo, description of changes to dbm module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 177de32..f75f5a6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,10 +60,11 @@ Standard library and extensions
- cStringIO: Implemented readlines() method.
-- dbm: Add set() and setdefault() methods to dbm object. Add constant
- `library' to module that names the library used. Better doc strings
- and argument checking. Uses configure to determine which ndbm.h
- file to include; Berkeley DB's nbdm is now an option.
+- dbm: Add get() and setdefault() methods to dbm object. Add constant
+ `library' to module that names the library used. Added doc strings
+ and method names to error messages. Uses configure to determine
+ which ndbm.h file to include; Berkeley DB's nbdm and GDBM's ndbm is
+ now available options.
- distutils: Update to version 0.9.3.
@@ -140,7 +141,7 @@ Standard library and extensions
- UserList: now implements __contains__().
-- webbrower: On Windows, use os.startfile() instead of os.popen(),
+- webbrowser: On Windows, use os.startfile() instead of os.popen(),
which works around a bug in Norton AntiVirus 2000 that leads directly
to a Blue Screen freeze.