From ebf7f957d75bfa0e0f0c68019c8ed3616bef0c6c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 22 Sep 2012 08:56:12 +0200 Subject: Fix NEWS entry location. --- Misc/NEWS | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 04bc41d..612f70c 100644 --- 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 ----- -- cgit v0.12