This page was produced by an automated import process, and may have formatting errors; feel free to fix.
GDB Python Coding Standards
GDB follows the published Python coding standards in [http://www.python.org/dev/peps/pep-0008/ PEP008].
In addition, the guidelines in the [http://google-styleguide.googlecode.com/svn/trunk/pyguide.html Google Python Style Guide] are also followed where they do not conflict with PEP008. [GDB_002dspecific-exceptions ]
GDB-specific exceptions
There are a few exceptions to the published standards. They exist mainly for consistency with the C standards.
Use FIXME instead of TODO.