summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorChris Alfonso <calfonso@redhat.com>2012-03-20 07:16:06 -0400
committerChris Alfonso <calfonso@redhat.com>2012-03-20 07:16:16 -0400
commit948212722397a89f574ce52d79bff798f43d179b (patch)
treea13154f69166355476adea481fdafe5fa315be42 /HACKING.rst
parent1b44c7d46d8b0645f0368dad4938a55c5e6935e1 (diff)
downloadheat-948212722397a89f574ce52d79bff798f43d179b.tar.gz
Directives to not use variable names that conflict with pdb
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 42e36a313..a7e691113 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -13,7 +13,7 @@ General
- Do not write "except:", use "except Exception:" at the very least
- Include your name with TODOs as in "#TODO(termie)"
- Do not name anything the same name as a built-in or reserved word
-
+- Do declare variable names that conflict with the debugger, such as the letter 'c'
Imports
-------