summaryrefslogtreecommitdiffstats
path: root/doc/development
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-12-04 06:57:50 -0600
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-12-04 06:57:55 -0600
commitf35c38e87eafffb497338b9273fe84f284a41dcf (patch)
treef919f37b971b0d32dd098efba945a20c14a3a0df /doc/development
parentd052c66c5d5e561f2b5de4ebebd60dba7b78b1cc (diff)
downloadbcfg2-f35c38e87eafffb497338b9273fe84f284a41dcf.tar.gz
bcfg2-f35c38e87eafffb497338b9273fe84f284a41dcf.tar.bz2
bcfg2-f35c38e87eafffb497338b9273fe84f284a41dcf.zip
fixed conversion to octal in py3k
Diffstat (limited to 'doc/development')
-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
+