]> granicus.if.org Git - python/commitdiff
Fixed typo, description of changes to dbm module.
authorFred Drake <fdrake@acm.org>
Tue, 26 Sep 2000 16:40:27 +0000 (16:40 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 26 Sep 2000 16:40:27 +0000 (16:40 +0000)
Misc/NEWS

index 177de324d3cfd9fa8571eabec17bd53853e057ed..f75f5a66ae56c4edcf6e2b70d48a0d749d715bad 100644 (file)
--- 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.