From 2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Thu, 21 Feb 2019 17:22:13 -0700 Subject: 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. --- gdb/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/NEWS') 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. -- cgit v1.1