commit | a7604bf1b4eebc5fca6c1edf878e1f92aa43dad0 | [log] [tgz] |
---|---|---|
author | Nicholas Bastin <nick.bastin@gmail.com> | Sun Mar 21 18:37:23 2004 +0000 |
committer | Nicholas Bastin <nick.bastin@gmail.com> | Sun Mar 21 18:37:23 2004 +0000 |
tree | df2c77c2c6ff9096fa1b55b7c01f23c5ed9d9707 | |
parent | 8183fa46a9b81b74b63fb5b0e98d632b060f8eab [diff] [blame] |
Moved tracebackobject to traceback.h, Closes SF Bug #497067
diff --git a/Misc/NEWS b/Misc/NEWS index 728d485..c0e2afe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- 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%.