diff options
author | Nicholas Bastin <nick.bastin@gmail.com> | 2004-03-21 20:24:07 (GMT) |
---|---|---|
committer | Nicholas Bastin <nick.bastin@gmail.com> | 2004-03-21 20:24:07 (GMT) |
commit | abce8a681c499382de3cb8fbdf5b2eba036eca26 (patch) | |
tree | 47f8436f72945a1ae69b57b4c49c852d87e33121 /Misc | |
parent | 67867eaf8ceca3d061194b7819832aae05202c8c (diff) | |
download | cpython-abce8a681c499382de3cb8fbdf5b2eba036eca26.zip cpython-abce8a681c499382de3cb8fbdf5b2eba036eca26.tar.gz cpython-abce8a681c499382de3cb8fbdf5b2eba036eca26.tar.bz2 |
Changed file.name to be the object passed as the 'name' argument to file()
Fixes SF Bug #773356
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.4 alpha 1? 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 |