commit | 266e45486659472d3b7c63d397a8083968a0f33f | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri May 21 21:31:24 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri May 21 21:31:24 2010 +0000 |
tree | c59eb9e4532f8ddfee9a6b8d69471be73ac298a9 | |
parent | dd59f1bf92958c698cc4223e9762e5d46a498c38 [diff] [blame] |
ensure the last line has a trailing newline #8782
diff --git a/Misc/NEWS b/Misc/NEWS index 23b079c..768805b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Library ------- +- Issue #8782: Add a trailing newline in linecache.updatecache to the last line + of files without one. + - Issue #8729: Return NotImplemented from collections.Mapping.__eq__ when comparing to a non-mapping.