[Python-checkins] cpython: Fix NEWS entry location.

georg.brandl python-checkins at python.org
Mon Sep 24 07:47:01 CEST 2012


http://hg.python.org/cpython/rev/65a46f5d7bd0
changeset:   79115:65a46f5d7bd0
user:        Georg Brandl <georg at python.org>
date:        Sat Sep 22 08:56:12 2012 +0200
summary:
  Fix NEWS entry location.

files:
  Misc/NEWS |  11 +++++++----
  1 files changed, 7 insertions(+), 4 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
+s+++++++++++
 Python News
 +++++++++++
 
@@ -22,6 +22,12 @@
   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 @@
 - 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
 -----
 

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


More information about the Python-checkins mailing list