Add a NEWS entry that gdb can be compiled with py3 on Windows.

This was fixed in commit 272044897e.

2019-09-14  Christian Biesinger  <cbiesinger@google.com>

	* NEWS: Mention that gdb can now be compiled with Python 3
	on Windows.
This commit is contained in:
Christian Biesinger 2019-09-14 16:28:51 -04:00
parent 15c8a8bb89
commit 6a062a93d7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2019-09-14 Christian Biesinger <cbiesinger@google.com>
* NEWS: Mention that gdb can now be compiled with Python 3
on Windows.
2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
* maint.c (maint_print_section_data::maint_print_section_data):

View File

@ -32,6 +32,8 @@
* GDB now shows the Ada task names at more places, e.g. in task switching
messages.
* GDB can now be compiled with Python 3 on Windows.
* Python API
** The gdb.Value type has a new method 'format_string' which returns a