commit | abce8a681c499382de3cb8fbdf5b2eba036eca26 | [log] [tgz] |
---|---|---|
author | Nicholas Bastin <nick.bastin@gmail.com> | Sun Mar 21 20:24:07 2004 +0000 |
committer | Nicholas Bastin <nick.bastin@gmail.com> | Sun Mar 21 20:24:07 2004 +0000 |
tree | 47f8436f72945a1ae69b57b4c49c852d87e33121 | |
parent | 67867eaf8ceca3d061194b7819832aae05202c8c [diff] [blame] |
Changed file.name to be the object passed as the 'name' argument to file() Fixes SF Bug #773356
diff --git a/Misc/NEWS b/Misc/NEWS index dfb6432..a1655e7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Set file.name to the object passed to open (instead of a new string) + - Moved tracebackobject into traceback.h and renamed to PyTracebackObject - Optimized the byte coding for multiple assignments like "a,b=b,a" and