Document fact that mininum Python version is now 2.6
authorKevin Buettner <kevinb@redhat.com>
Fri, 22 Feb 2019 00:22:13 +0000 (17:22 -0700)
committerKevin Buettner <kevinb@redhat.com>
Wed, 27 Feb 2019 18:13:47 +0000 (11:13 -0700)
gdb/ChangeLog:

* NEWS: Note minimum Python version.

gdb/doc/ChangeLog:

* gdb.texinfo (Configure Options): Document minimum python
version.

gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index fe44394330e2c21f2fcab8422c4baa4737f59efc..3b71dc6715ba2a8805dbccfad654aed2951d2c4a 100644 (file)
@@ -1,3 +1,7 @@
+2019-02-27  Kevin Buettner  <kevinb@redhat.com>
+    
+       * NEWS: Note minimum Python version.
+
 2019-02-27  Kevin Buettner  <kevinb@redhat.com>
 
        * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
index 9be70fc8f1e9fb59371d6a3f574f0b49022c9390..eff4db25ae0f361301c78f08008d06db771a8eaf 100644 (file)
--- 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.
 
index 7a1add5f19c27601739071fef26eb2da27df8b97..a5d1c214cb12344bdc682db1c4feadbbb825b201 100644 (file)
@@ -1,3 +1,8 @@
+2019-02-27  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.texinfo (Configure Options): Document minimum python
+       version.
+
 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
 
        * python.texi (Values From Inferior): Document second form
index 7b2e5578bdd985150a2f0f9360827598ea9374e2..8b61cc1ba320112da7eba360879b52da5541a805 100644 (file)
@@ -35975,7 +35975,7 @@ libpython is present and found at configure time.)  Python makes
 @value{GDBN} scripting much more powerful than the restricted CLI
 scripting language.  If your host does not have Python installed, you
 can find it on `http://www.python.org/download/'.  The oldest version
-of Python supported by GDB is 2.4.  The optional argument @var{python}
+of Python supported by GDB is 2.6.  The optional argument @var{python}
 is used to find the Python headers and libraries.  It can be either
 the name of a Python executable, or the name of the directory in which
 Python is installed.
This page took 0.057029 seconds and 4 git commands to generate.