diff options
author | Paul Koning <pkoning@equallogic.com> | 2011-09-15 16:09:42 +0000 |
---|---|---|
committer | Paul Koning <pkoning@equallogic.com> | 2011-09-15 16:09:42 +0000 |
commit | d812018b485137d4ebed930b4139139ba4bd64db (patch) | |
tree | 16789ee00b08df20dcd5942a6b1ebcd0dd0a3a60 /gdb/doc/ChangeLog | |
parent | 2b7e430865a5b95563993e327ef0e9f5f0ac81d2 (diff) | |
download | gdb-d812018b485137d4ebed930b4139139ba4bd64db.zip gdb-d812018b485137d4ebed930b4139139ba4bd64db.tar.gz gdb-d812018b485137d4ebed930b4139139ba4bd64db.tar.bz2 |
* gdb.texinfo: Make style of Python functions and methods match
the syntax of Python. Also put class and module names explicitly
on function, member, and variable names, matching Python
documentation conventions.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 488ba75..a513097 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +2011-09-15 Paul Koning <paul_koning@dell.com> + + * gdb.texinfo: Make style of Python functions and methods match + the syntax of Python. Also put class and module names explicitly + on function, member, and variable names, matching Python + documentation conventions. + 2011-09-15 Kevin Pouget <kevin.pouget@st.com> PR Python/12692 Add gdb.selected_inferior() to Python interface. |