[Python-checkins] python/dist/src/Misc NEWS,1.1071,1.1072

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Thu Aug 5 09:21:34 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2299/Misc

Modified Files:
	NEWS 
Log Message:
release date

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1071
retrieving revision 1.1072
diff -C2 -d -r1.1071 -r1.1072
*** NEWS	4 Aug 2004 18:46:34 -0000	1.1071
--- NEWS	5 Aug 2004 07:21:00 -0000	1.1072
***************
*** 8,12 ****
  =================================
  
! *Release date: XX-XXX-2004*
  
  Core and builtins
--- 8,12 ----
  =================================
  
! *Release date: 05-AUG-2004*
  
  Core and builtins
***************
*** 17,21 ****
       @staticmethod
       def foo(bar):
!   (The PEP needs to be updated to reflect this XXX before 2.4a2)
  
  - When importing a module M raises an exception, Python no longer leaves M
--- 17,21 ----
       @staticmethod
       def foo(bar):
!   (The PEP needs to be updated to reflect the current state)
  
  - When importing a module M raises an exception, Python no longer leaves M



More information about the Python-checkins mailing list