diff options
| author | Benjamin Peterson <benjamin@python.org> | 2015-09-26 00:08:34 -0700 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2015-09-26 00:08:34 -0700 |
| commit | e48cf7e729923cf8bfb04cf559b4177503e85c39 (patch) | |
| tree | 352456aa65e9cac142b5ed86f603c5667b660c98 /Misc | |
| parent | 3be2e54adcc5c8fd87f5f21e09ee4a85d230f8c5 (diff) | |
| download | cpython-git-e48cf7e729923cf8bfb04cf559b4177503e85c39.tar.gz | |
prevent overflow in _Unpickler_Read
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,6 +81,8 @@ Core and Builtins Library ------- +- Prevent overflow in _Unpickler_Read. + - Issue #25047: The XML encoding declaration written by Element Tree now respects the letter case given by the user. This restores the ability to write encoding names in uppercase like "UTF-8", which worked in Python 2. |
