Add NEWS entry for issue21349

This commit is contained in:
Tim Golden 2014-04-26 16:02:38 +01:00
parent 3c603f3618
commit d6a1b2ba95
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ Core and Builtins
Library
-------
- Issue #21349: Passing a memoryview to _winreg.SetValueEx now correctly raises
a TypeError where it previously crashed the interpreter. Patch by Brian Kearns
- Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second
parameter. Bug reported by Guido Vranken.