Document fact that mininum Python version is now 2.6
[external/binutils.git] / gdb / NEWS
index 635520e..c5ef13e 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -188,6 +188,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.