[Python-checkins] CVS: python/dist/src/Misc NEWS,1.146.2.5,1.146.2.6

Anthony Baxter anthonybaxter@users.sourceforge.net
Thu, 10 Jan 2002 06:37:50 -0800


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

Modified Files:
      Tag: release21-maint
	NEWS 
Log Message:
added bdfl edits

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.146.2.5
retrieving revision 1.146.2.6
diff -C2 -d -r1.146.2.5 -r1.146.2.6
*** NEWS	2002/01/10 13:56:21	1.146.2.5
--- NEWS	2002/01/10 14:37:48	1.146.2.6
***************
*** 11,18 ****
  
  - Fix for incorrectly swapped arguments to PyFrame_BlockSetup in ceval.c.
!   This bug could cause python to crash.
  
  - SF bug #422004: Py_Initialise fix that allows reload(exceptions) to 
!   work - this is apparently very important for embedded python.
  
  - SF patch #500401: webbrowser: tightened up the command passed to
--- 11,20 ----
  
  - Fix for incorrectly swapped arguments to PyFrame_BlockSetup in ceval.c.
!   This bug could cause python to crash. It was related to using a 'continue'
!   inside a 'try' block.
  
  - SF bug #422004: Py_Initialise fix that allows reload(exceptions) to 
!   work - this is apparently very important for embedded python working
!   with multiple interpreters.
  
  - SF patch #500401: webbrowser: tightened up the command passed to
***************
*** 39,43 ****
  - Lib/dumbdbm is now merely dumb, rather than terminally broken.
  
! - SF bug #441712: more liberal handling of ftp servers' 227 responses.
  
  - SF bug #440693: make sure zip files use "/" as directory separator.
--- 41,46 ----
  - Lib/dumbdbm is now merely dumb, rather than terminally broken.
  
! - SF bug #441712: more liberal handling of ftp servers' 227 responses
!   (don't require parentheses).
  
  - SF bug #440693: make sure zip files use "/" as directory separator.