Size: 723
Comment: Import from gdbint.texinfo
|
Size: 555
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
''This page was produced by an automated import process, and may have formatting errors; feel free to fix.'' |
|
Line 5: | Line 3: |
GDB follows the published {{{Python}}} coding standards in [[http://www.python.org/dev/peps/pep-0008/|PEP008]]. | |
Line 7: | Line 5: |
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 ] |
In addition, the guidelines in the [[https://github.com/google/styleguide/blob/gh-pages/pyguide.md|Google Python Style Guide]] are also followed where they do not conflict with PEP008. |
Line 13: | Line 9: |
GDB Python Coding Standards
GDB follows the published Python coding standards in PEP008.
In addition, the guidelines in the Google Python Style Guide are also followed where they do not conflict with PEP008.
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.