commit | 716c444edcac0f32c6d82d530db2e6495e3d2be9 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat May 23 19:04:03 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat May 23 19:04:03 2009 +0000 |
tree | f63a8b6c4839ed622022eb5f1a8fab988b1847bc | |
parent | 744af4406406d8c96a5a368efbf6f377a7d79095 [diff] [blame] |
Issue #5761: Add the name of the underlying file to the repr() of various IO objects.
diff --git a/Misc/NEWS b/Misc/NEWS index d534578..dc9fe45 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ 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.