diff options
author | 2009-05-23 19:04:03 +0000 | |
---|---|---|
committer | 2009-05-23 19:04:03 +0000 | |
commit | 716c444edcac0f32c6d82d530db2e6495e3d2be9 (patch) | |
tree | f63a8b6c4839ed622022eb5f1a8fab988b1847bc /Misc | |
parent | clarify (diff) | |
download | cpython-716c444edcac0f32c6d82d530db2e6495e3d2be9.tar.gz cpython-716c444edcac0f32c6d82d530db2e6495e3d2be9.tar.bz2 cpython-716c444edcac0f32c6d82d530db2e6495e3d2be9.zip |
Issue #5761: Add the name of the underlying file to the repr() of various IO objects.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS index d5345789463..dc9fe457064 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -32,6 +32,9 @@ Core and Builtins Library ------- +- Issue #5761: Add the name of the underlying file to the repr() of various + IO objects. + - Issue #5259: smtplib plain auth login no longer gives a traceback. Fix by Musashi Tamura, tests by Marcin Bachry. |