From da5d4055636ade8701e93544b7b1120bf7afedca Mon Sep 17 00:00:00 2001 From: Phil Muldoon Date: Tue, 22 Mar 2011 10:04:23 +0000 Subject: [PATCH] 2011-03-22 Phil Muldoon * NEWS: Document gdb.Write stream keyword. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f167e6c576..9e4c43af78 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-03-22 Phil Muldoon + + * NEWS: Document gdb.Write stream keyword. + 2011-03-22 Jan Kratochvil Revert: diff --git a/gdb/NEWS b/gdb/NEWS index feebf61f27..2288497d63 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -38,6 +38,10 @@ * Python scripting + ** The function gdb.Write now accepts an optional keyword 'stream'. + This keyword, when provided, will direct the output to either + stdout, stderr, or GDB's logging output. + ** Parameters can now be be sub-classed in Python, and in particular you may implement the get_set_doc and get_show_doc functions. This improves how Parameter set/show documentation is processed -- 2.34.1