summaryrefslogtreecommitdiffstats
path: root/doc/development
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-20 08:45:44 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-20 08:45:44 -0500
commite17e41dcff096ead7e129a0db063f75de44aaa2b (patch)
tree5298825c42d3290c6e2eaeba103c1fb2836e8aa7 /doc/development
parentbe0de88922a58504c655361970378375426b5acc (diff)
downloadbcfg2-e17e41dcff096ead7e129a0db063f75de44aaa2b.tar.gz
bcfg2-e17e41dcff096ead7e129a0db063f75de44aaa2b.tar.bz2
bcfg2-e17e41dcff096ead7e129a0db063f75de44aaa2b.zip
fixed unit tests using long ints for py3k
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/compat.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/compat.txt b/doc/development/compat.txt
index b7bf87bec..90df45676 100644
--- a/doc/development/compat.txt
+++ b/doc/development/compat.txt
@@ -98,6 +98,8 @@ behavior (e.g., :func:`input`) do not cause unexpected side-effects.
+---------------------------------+--------------------------------------------------+---------------------------------------------------------+
| reduce | :func:`reduce` | :func:`functools.reduce` |
+---------------------------------+--------------------------------------------------+---------------------------------------------------------+
+| long | :func:`long` | :func:`int` |
++---------------------------------+--------------------------------------------------+---------------------------------------------------------+
Python 2.4 compatibility
------------------------