aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
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/doc
parent6ca622222193bc29a2780f6f02f0d8b96da65a4b (diff)
downloadgdb-2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b.zip
gdb-2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b.tar.gz
gdb-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/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 7a1add5..a5d1c21 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 7b2e557..8b61cc1 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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.