aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2019-02-21 17:22:13 -0700
committerKevin Buettner <kevinb@redhat.com>2019-02-27 11:13:47 -0700
commit2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b (patch)
tree8391b4e1cd0e369bfcfcc1711b1b367a79e3e03d /gdb/NEWS
parent6ca622222193bc29a2780f6f02f0d8b96da65a4b (diff)
downloadbinutils-2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b.zip
binutils-2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b.tar.gz
binutils-2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b.tar.bz2
Document fact that mininum Python version is now 2.6
gdb/ChangeLog: * NEWS: Note minimum Python version. gdb/doc/ChangeLog: * gdb.texinfo (Configure Options): Document minimum python version.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 9be70fc..eff4db2 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -190,6 +190,8 @@ FreeBSD/riscv riscv*-*-freebsd*
* Python API
+ ** GDB no longer supports Python versions less than 2.6.
+
** The gdb.Inferior type has a new 'progspace' property, which is the program
space associated to that inferior.