]> granicus.if.org Git - python/commit
#14161: fix the __repr__ of file objects to escape the file name.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 11 Mar 2012 23:17:02 +0000 (01:17 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 11 Mar 2012 23:17:02 +0000 (01:17 +0200)
commit11f8b6872a779b6b03fc070ad64ed778c835435a
treec6eabf7b222c7bcb0093f0eaac4aec0639f75df2
parentf60845b70a78c0e29dc0e865c6cd9e2e35e635f5
#14161: fix the __repr__ of file objects to escape the file name.
Lib/test/test_file2k.py
Misc/NEWS
Objects/fileobject.c