[Python-checkins] python/dist/src/Misc NEWS,1.831.4.86,1.831.4.87
anthonybaxter at users.sourceforge.net
anthonybaxter at users.sourceforge.net
Thu Dec 18 21:06:08 EST 2003
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv2933
Modified Files:
Tag: release23-maint
NEWS
Log Message:
trace fix
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.86
retrieving revision 1.831.4.87
diff -C2 -d -r1.831.4.86 -r1.831.4.87
*** NEWS 18 Dec 2003 19:16:25 -0000 1.831.4.86
--- NEWS 19 Dec 2003 02:06:06 -0000 1.831.4.87
***************
*** 14,18 ****
- Removed PendingDeprecationWarning from apply(). apply() remains
! deprecated, but the nuissance warning will not be issued.
What's New in Python 2.3.3c1?
--- 14,23 ----
- Removed PendingDeprecationWarning from apply(). apply() remains
! deprecated, but the nuisance warning will not be issued.
!
! Library
! -------
!
! - A couple of bugs were squished in trace.py
What's New in Python 2.3.3c1?
More information about the Python-checkins
mailing list