commit | d6703b5e38baac6b85c1c2cf9311e11e4916984b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 21 22:50:28 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 21 22:50:28 2010 +0000 |
tree | 5cb3fb2d2ae8fe340ed8a89b9b1fc3896b7bcb50 | |
parent | fa0fdb89e98fbbec7da9891dde2647fb951888c8 [diff] [blame] |
Issue #5640: Fix Shift-JIS incremental encoder for error handlers different than strict
diff --git a/Misc/NEWS b/Misc/NEWS index c5bb1e8..3656def 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Library ------- +- Issue #5640: Fix Shift-JIS incremental encoder for error handlers different + than strict + - Issue #8782: Add a trailing newline in linecache.updatecache to the last line of files without one.