]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add attribution.
authorGeorg Brandl <georg@python.org>
Sat, 18 Dec 2010 11:53:25 +0000 (11:53 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 18 Dec 2010 11:53:25 +0000 (11:53 +0000)
Doc/whatsnew/3.2.rst

index 49e9f3d76879be3175719f23e418b43b3d8dd29d..51a9af18054bcc16fa083705af3beffac331a5c5 100644 (file)
@@ -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
 ------------