[Python-checkins] python/dist/src/Misc NEWS,1.954,1.955

mondragon at users.sourceforge.net mondragon at users.sourceforge.net
Sun Mar 21 13:37:26 EST 2004


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

Modified Files:
	NEWS 
Log Message:
Moved tracebackobject to traceback.h, Closes SF Bug #497067


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.954
retrieving revision 1.955
diff -C2 -d -r1.954 -r1.955
*** NEWS	21 Mar 2004 16:26:32 -0000	1.954
--- NEWS	21 Mar 2004 18:37:23 -0000	1.955
***************
*** 13,16 ****
--- 13,18 ----
  -----------------
  
+ - Moved tracebackobject into traceback.h and renamed to PyTracebackObject
+ 
  - Optimized the byte coding for multiple assignments like "a,b=b,a" and
    "a,b,c=1,2,3".  Improves their speed by 25% to 30%.




More information about the Python-checkins mailing list