From: Georg Brandl Date: Sat, 18 Dec 2010 11:53:25 +0000 (+0000) Subject: Add attribution. X-Git-Tag: v3.2b2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=101234bc8318e133b3a49d3f079c23b53adbbc51;p=thirdparty%2FPython%2Fcpython.git Add attribution. --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 49e9f3d76879..51a9af18054b 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -1267,6 +1267,8 @@ The :mod:`pdb` debugger module gained a number of usability improvements: the global and local names found in the current scope. * breakpoints can be cleared by breakpoint number +(Contributed by Georg Brandl, Antonio Cuni and Ilya Sandler.) + configparser ------------