NEWS issue for #22518

This commit is contained in:
Benjamin Peterson 2014-09-29 18:42:35 -04:00
parent a1c1be4e03
commit 3bbb2e4844
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ What's New in Python 3.3.6 release candidate 1?
Core and Builtins
-----------------
- Issue #22518: Fix integer overflow issues in latin-1 encoding.
Library
-------