summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-02-01 15:29:54 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-02-01 15:29:54 (GMT)
commit611083331d534481ca7956a376e38fb0e9ef3854 (patch)
treed1832de21142eca8154a49e1a5db60664db7b106 /Misc
parentc9473b838aabdf35ad97d82ee2091c3a6b939188 (diff)
downloadcpython-611083331d534481ca7956a376e38fb0e9ef3854.zip
cpython-611083331d534481ca7956a376e38fb0e9ef3854.tar.gz
cpython-611083331d534481ca7956a376e38fb0e9ef3854.tar.bz2
python-gdb.py supports method-wrapper
Issue #29367: python-gdb.py now supports also method-wrapper (wrapperobject) objects.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9289940..2db0514 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -746,6 +746,9 @@ Build
Tools/Demos
-----------
+- Issue #29367: python-gdb.py now supports also ``method-wrapper``
+ (``wrapperobject``) objects.
+
- Issue #28023: Fix python-gdb.py didn't support new dict implementation.
- Issue #15369: The pybench and pystone microbenchmark have been removed from