[Python-checkins] python/dist/src/Misc NEWS,1.819,1.819.2.1

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 19 Jul 2003 14:44:34 -0700


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

Modified Files:
      Tag: r23c1-branch
	NEWS 
Log Message:
The parser module's initialization left the refcount on parser_error
too small.  Fixed.

Fiddled NEWS to reflect my belief that we're going to need an r23c2
release.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.819
retrieving revision 1.819.2.1
diff -C2 -d -r1.819 -r1.819.2.1
*** NEWS	18 Jul 2003 20:57:04 -0000	1.819
--- NEWS	19 Jul 2003 21:44:32 -0000	1.819.2.1
***************
*** 5,8 ****
--- 5,42 ----
  (editors: check NEWS.help for information about editing NEWS using ReST.)
  
+ What's New in Python 2.3 release candidate 2?
+ =============================================
+ 
+ *Release date: DD-MMM-YYYY*
+ 
+ Core and builtins
+ -----------------
+ 
+ Extension modules
+ -----------------
+ 
+ - A longstanding bug in the parser module's initialization could cause
+   fatal internal refcount confusion when the module got initialized more
+   than once.  This has been fixed.
+ 
+ Library
+ -------
+ 
+ Tools/Demos
+ -----------
+ 
+ Build
+ -----
+ 
+ C API
+ -----
+ 
+ Windows
+ -------
+ 
+ Mac
+ ---
+ 
+ 
  What's New in Python 2.3 release candidate 1?
  =============================================
***************
*** 27,31 ****
  - A warning about assignments to module attributes that shadow
    builtins, present in earlier releases of 2.3, has been removed.
!   
  - It is not possible to create subclasses of builtin types like str
    and tuple that define an itemsize.  Earlier releases of Python 2.3
--- 61,65 ----
  - A warning about assignments to module attributes that shadow
    builtins, present in earlier releases of 2.3, has been removed.
! 
  - It is not possible to create subclasses of builtin types like str
    and tuple that define an itemsize.  Earlier releases of Python 2.3
***************
*** 59,63 ****
    the find_class attribute, if present.
  
! - There are several fixes for the bsddb3 wrapper module.  
  
    bsddb3 no longer crashes if an environment is closed before a cursor
--- 93,97 ----
    the find_class attribute, if present.
  
! - There are several fixes for the bsddb3 wrapper module.
  
    bsddb3 no longer crashes if an environment is closed before a cursor