Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4aba66

Browse files
committed
Fix exception name in NEWS, spotted by Neal Norwitz
1 parent 46d4440 commit a4aba66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Core and Builtins
1616
This fixes a build failure on HP-UX: int32_t and uint32_t are
1717
defined in inttypes.h instead of stdint.h on that platform.
1818

19-
- Issue #6373: Fixed a RuntimeError when encoding with the latin-1 codec and
19+
- Issue #6373: Fixed a SystemError when encoding with the latin-1 codec and
2020
the 'surrogateescape' error handler, a string which contains unpaired
2121
surrogates.
2222

0 commit comments

Comments
 (0)