summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-05-21 22:50:28 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-05-21 22:50:28 (GMT)
commitd6703b5e38baac6b85c1c2cf9311e11e4916984b (patch)
tree5cb3fb2d2ae8fe340ed8a89b9b1fc3896b7bcb50 /Misc
parentfa0fdb89e98fbbec7da9891dde2647fb951888c8 (diff)
downloadcpython-d6703b5e38baac6b85c1c2cf9311e11e4916984b.zip
cpython-d6703b5e38baac6b85c1c2cf9311e11e4916984b.tar.gz
cpython-d6703b5e38baac6b85c1c2cf9311e11e4916984b.tar.bz2
Issue #5640: Fix Shift-JIS incremental encoder for error handlers different
than strict
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c5bb1e8..3656def 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@ C-API
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.