gdb/ChangeLog:
* NEWS: Note minimum Python version.
gdb/doc/ChangeLog:
* gdb.texinfo (Configure Options): Document minimum python
version.
+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
* 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.
+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
@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.