]> granicus.if.org Git - python/commitdiff
Add NEWS entry for issue21349
authorTim Golden <mail@timgolden.me.uk>
Sat, 26 Apr 2014 15:02:38 +0000 (16:02 +0100)
committerTim Golden <mail@timgolden.me.uk>
Sat, 26 Apr 2014 15:02:38 +0000 (16:02 +0100)
Misc/NEWS

index 643e2cd2bf6e41150a9e4f163c2ef2c54ecdfa40..65d9765360ea673ab64a40f1b58659ffdce5553a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.