summaryrefslogtreecommitdiffstats
path: root/doc/development/compat.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/compat.txt')
-rw-r--r--doc/development/compat.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/development/compat.txt b/doc/development/compat.txt
index d3e77b4a3..b7bf87bec 100644
--- a/doc/development/compat.txt
+++ b/doc/development/compat.txt
@@ -197,3 +197,9 @@ unicode
In Py3k, the :func:`unicode` class is not defined, because all
strings are unicode. ``Bcfg2.Compat`` defines ``unicode`` as
equivalent to :func:`str` in Python 3.
+
+oct_mode
+~~~~~~~~
+
+.. autofunction:: Bcfg2.Compat.oct_mode
+