[Python-checkins] CVS: python/dist/src/Misc NEWS,1.59,1.60

Guido van Rossum python-dev@python.org
Wed, 6 Sep 2000 06:02:12 -0700


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

Modified Files:
	NEWS 
Log Message:
Fix three typos.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -r1.59 -r1.60
*** NEWS	2000/09/05 20:15:25	1.59
--- NEWS	2000/09/06 13:02:08	1.60
***************
*** 402,409 ****
  The GC changes resulted in creation of two new slots on object,
  tp_traverse and tp_clear.  The augmented assignment changes result in
! the createion of a new slot for each in-place operator.
  
  The GC API creates new requirements for container types implemented in
! C extesion modules.  See Include/objimpl.h for details.
  
  PyErr_Format has been updated to automatically calculate the size of
--- 402,409 ----
  The GC changes resulted in creation of two new slots on object,
  tp_traverse and tp_clear.  The augmented assignment changes result in
! the creation of a new slot for each in-place operator.
  
  The GC API creates new requirements for container types implemented in
! C extension modules.  See Include/objimpl.h for details.
  
  PyErr_Format has been updated to automatically calculate the size of
***************
*** 435,439 ****
  Python's registry info will be written under HKEY_LOCAL_MACHINE.
  Otherwise the installer backs off to writing Python's registry info
! under HKEY_CURRENT_USER.  The latter is sufficent for all "normal"
  uses of Python, but will prevent some advanced uses from working
  (for example, running a Python script as an NT service, or possibly
--- 435,439 ----
  Python's registry info will be written under HKEY_LOCAL_MACHINE.
  Otherwise the installer backs off to writing Python's registry info
! under HKEY_CURRENT_USER.  The latter is sufficient for all "normal"
  uses of Python, but will prevent some advanced uses from working
  (for example, running a Python script as an NT service, or possibly