]> granicus.if.org Git - python/commitdiff
Fix NEWS entry location.
authorGeorg Brandl <georg@python.org>
Sat, 22 Sep 2012 06:56:12 +0000 (08:56 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 22 Sep 2012 06:56:12 +0000 (08:56 +0200)
Misc/NEWS

index 04bc41d953be559d9bd10069f072030597f65ebd..612f70cf35d713606381de74cf4ae8f6445f58d4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
+s+++++++++++
 Python News
 +++++++++++
 
@@ -22,6 +22,12 @@ Library
   with decimal.py: Infinity coefficients are undefined in _decimal
   (in accordance with the specification).
 
+Extension Modules
+-----------------
+
+- Issue #15977: Fix memory leak in Modules/_ssl.c when the function
+  _set_npn_protocols() is called multiple times, thanks to Daniel Sommermann.
+
 
 What's New in Python 3.3.0 Release Candidate 2?
 ===============================================
@@ -201,9 +207,6 @@ Documentation
 - Issue #15630: Add an example for "continue" stmt in the tutorial. Patch by
   Daniel Ellis.
 
-- Issue #15977: Fix memory leak in Modules/_ssl.c when the function
-  _set_npn_protocols() is called multiple times, thanks to Daniel Sommermann.
-
 Tests
 -----