cpython (merge 2.7 -> 2.7): merge 2.7.6 release branch

http://hg.python.org/cpython/rev/01087a302721 changeset: 86818:01087a302721 branch: 2.7 parent: 86800:8d5df9602a72 parent: 86817:2d02b7a97e0b user: Benjamin Peterson <benjamin@python.org> date: Thu Oct 31 20:23:57 2013 -0400 summary: merge 2.7.6 release branch files: Misc/NEWS | 35 +++++++++++++++++++---------------- 1 files changed, 19 insertions(+), 16 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -15,26 +15,29 @@ Tests ----- + +Whats' New in Python 2.7.6? +=========================== + +*Release date: 2013-11-02* + +Library +------- + +- Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler. + +IDLE +---- + +- Issue #19426: Fixed the opening of Python source file with specified encoding. + +Tests +----- + - Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are loaded from .py[co] files. -Whats' New in Python 2.7.6? -=========================== - -*Release date: 2013-11-02* - -Library -------- - -- Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler. - -IDLE ----- - -- Issue #19426: Fixed the opening of Python source file with specified encoding. - - What's New in Python 2.7.6 release candidate 1? =============================================== -- Repository URL: http://hg.python.org/cpython
participants (1)
-
benjamin.peterson