diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-21 22:50:28 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-21 22:50:28 (GMT) |
commit | d6703b5e38baac6b85c1c2cf9311e11e4916984b (patch) | |
tree | 5cb3fb2d2ae8fe340ed8a89b9b1fc3896b7bcb50 /Misc | |
parent | fa0fdb89e98fbbec7da9891dde2647fb951888c8 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |