Fix NEWS entry location.

This commit is contained in:
Georg Brandl 2012-09-22 08:56:12 +02:00
parent 63b38bbd1d
commit ebf7f957d7
1 changed files with 7 additions and 4 deletions

View File

@ -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
-----