commit | 11f8b6872a779b6b03fc070ad64ed778c835435a | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Mar 12 01:17:02 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Mar 12 01:17:02 2012 +0200 |
tree | c6eabf7b222c7bcb0093f0eaac4aec0639f75df2 | |
parent | f60845b70a78c0e29dc0e865c6cd9e2e35e635f5 [diff] [blame] |
#14161: fix the __repr__ of file objects to escape the file name.
diff --git a/Misc/NEWS b/Misc/NEWS index c5c2c82..6ef8376 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,8 @@ Core and Builtins ----------------- +- Issue #14161: fix the __repr__ of file objects to escape the file name. + - Issue #1469629: Allow cycles through an object's __dict__ slot to be collected. (For example if ``x.__dict__ is x``).