aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2022-03-08 13:42:16 +0000
committerAndrew Burgess <aburgess@redhat.com>2022-03-08 13:42:16 +0000
commit807310c5c7e2585a6a8eaaebd376077d1ccb86e2 (patch)
tree8849ff4fad4832ca8d8c4d5572cdb4fbe5934915 /gdb/NEWS
parent30732ea06dc3654124d3c51c879cd35c77e2002a (diff)
downloadgdb-807310c5c7e2585a6a8eaaebd376077d1ccb86e2.zip
gdb-807310c5c7e2585a6a8eaaebd376077d1ccb86e2.tar.gz
gdb-807310c5c7e2585a6a8eaaebd376077d1ccb86e2.tar.bz2
gdb: announce upcoming removal of Python 2 support from gdb
As has been discussed here: https://sourceware.org/pipermail/gdb-patches/2022-January/184910.html Python 2 support will be removed from GDB after GDB 12 has branched. This commit places an entry in the NEWS file to inform users of this decision.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index cf1e084..4d282cb 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -5,6 +5,10 @@
* DBX mode is deprecated, and will be removed in GDB 13
+* GDB 12 is the last release of GDB that will support building against
+ Python 2. From GDB 13, it will only be possible to build GDB itself
+ with Python 3 support.
+
* Improved C++ template support
GDB now treats functions/types involving C++ templates like it does function