[Python-checkins] python/dist/src/Misc NEWS,1.545,1.546

loewis@users.sourceforge.net loewis@users.sourceforge.net
Tue, 26 Nov 2002 13:39:50 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv7410/Misc

Modified Files:
	NEWS 
Log Message:
Rename want_objects to wantobjects throughout, for consistency.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.545
retrieving revision 1.546
diff -C2 -d -r1.545 -r1.546
*** NEWS	26 Nov 2002 14:48:23 -0000	1.545
--- NEWS	26 Nov 2002 21:39:48 -0000	1.546
***************
*** 318,322 ****
    have Python equivalents are converted to Python objects, other objects
    are wrapped. This can be configured through the wantobjects method,
!   or Tkinter.want_objects.
  
  - The PyBSDDB wrapper around the Sleepycat Berkeley DB library has been
--- 318,322 ----
    have Python equivalents are converted to Python objects, other objects
    are wrapped. This can be configured through the wantobjects method,
!   or Tkinter.wantobjects.
  
  - The PyBSDDB wrapper around the Sleepycat Berkeley DB library has been