summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2016-11-22 10:40:58 (GMT)
committerINADA Naoki <songofacandy@gmail.com>2016-11-22 10:40:58 (GMT)
commitd7d2bc8798da3b083e383e949ba01d61b78e4e4d (patch)
tree4a7a70efc239dee12b18ce9155e597859eda2ccb /Misc
parentf50a85df1f2bcb58f31381369bc506036c1f0928 (diff)
downloadcpython-d7d2bc8798da3b083e383e949ba01d61b78e4e4d.zip
cpython-d7d2bc8798da3b083e383e949ba01d61b78e4e4d.tar.gz
cpython-d7d2bc8798da3b083e383e949ba01d61b78e4e4d.tar.bz2
Issue #28023: Fix python-gdb.py didn't support new dict implementation
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 928854b..b606101 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,11 @@ Core and Builtins
Library
-------
+Tools/Demos
+-----------
+
+- Issue #28023: Fix python-gdb.py didn't support new dict implementation.
+
What's New in Python 3.6.0 beta 4
=================================