summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 397cf52245..4fab467827 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -58,6 +58,7 @@ Nova Specific Commandments
- [N345] Python 3: do not use dict.iterkeys.
- [N346] Python 3: do not use dict.itervalues.
- [N347] Provide enough help text for config options
+- [N348] Deprecated library function os.popen()
Creating Unit Tests
-------------------