[Python-checkins] CVS: python/dist/src/Misc NEWS,1.66,1.67

Fred L. Drake python-dev@python.org
Tue, 26 Sep 2000 09:40:30 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv26491/Misc

Modified Files:
	NEWS 
Log Message:

Fixed typo, description of changes to dbm module.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -r1.66 -r1.67
*** NEWS	2000/09/26 16:31:30	1.66
--- NEWS	2000/09/26 16:40:27	1.67
***************
*** 61,68 ****
  - 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.
  
  - distutils: Update to version 0.9.3.
--- 61,69 ----
  - cStringIO: Implemented readlines() method.
  
! - 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.
***************
*** 141,145 ****
  - UserList: now implements __contains__().
  
! - webbrower: 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.
--- 142,146 ----
  - UserList: now implements __contains__().
  
! - 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.