diff options
author | Georg Brandl <georg@python.org> | 2012-09-22 06:56:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-22 06:56:12 (GMT) |
commit | ebf7f957d75bfa0e0f0c68019c8ed3616bef0c6c (patch) | |
tree | 76ca24255b2beed060c7803da27e443ec239b549 /Misc | |
parent | 63b38bbd1d36538dac8a21ba33117bd6800e58b4 (diff) | |
download | cpython-ebf7f957d75bfa0e0f0c68019c8ed3616bef0c6c.zip cpython-ebf7f957d75bfa0e0f0c68019c8ed3616bef0c6c.tar.gz cpython-ebf7f957d75bfa0e0f0c68019c8ed3616bef0c6c.tar.bz2 |
Fix NEWS entry location.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 ----- |