diff options
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 49e9f3d..51a9af1 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 ------------ |