diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 49e9f3d7687..51a9af18054 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 ------------