summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-02-01 16:29:54 +0100
committerVictor Stinner <victor.stinner@gmail.com>2017-02-01 16:29:54 +0100
commitfba5031c50d359d3d1531ab88f19f2e8b6d4531b (patch)
tree0aac5ae4b47810d06019876fc16a81b469d656d3 /Misc/NEWS
parent2e835c97b60f5f554ea4742abc1c0f801567f1b9 (diff)
downloadcpython-fba5031c50d359d3d1531ab88f19f2e8b6d4531b.tar.gz
python-gdb.py supports method-wrapper
Issue #29367: python-gdb.py now supports also method-wrapper (wrapperobject) objects.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9289940107..2db0514884 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