[Python-checkins] cpython (2.7): Add NEWS entry for issue21349

tim.golden python-checkins at python.org
Sat Apr 26 17:02:28 CEST 2014


http://hg.python.org/cpython/rev/9c38cfc7bed7
changeset:   90462:9c38cfc7bed7
branch:      2.7
user:        Tim Golden <mail at timgolden.me.uk>
date:        Sat Apr 26 16:02:38 2014 +0100
summary:
  Add NEWS entry for issue21349

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,9 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list