diff options
author | INADA Naoki <songofacandy@gmail.com> | 2016-11-22 10:40:58 (GMT) |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2016-11-22 10:40:58 (GMT) |
commit | d7d2bc8798da3b083e383e949ba01d61b78e4e4d (patch) | |
tree | 4a7a70efc239dee12b18ce9155e597859eda2ccb /Misc | |
parent | f50a85df1f2bcb58f31381369bc506036c1f0928 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ================================= |