diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-03-26 23:12:51 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2013-03-26 23:12:51 -0400 |
commit | 4a364848c6d0e64a38d5d481ff978c519389814c (patch) | |
tree | ba1412679c9998632d47ef7b3a766c4509f2c5bc /doc/development | |
parent | bc35aa70ab8794b73019d90a41eb252fbb80ff52 (diff) | |
download | bcfg2-4a364848c6d0e64a38d5d481ff978c519389814c.tar.gz bcfg2-4a364848c6d0e64a38d5d481ff978c519389814c.tar.bz2 bcfg2-4a364848c6d0e64a38d5d481ff978c519389814c.zip |
testsuite: more text fixes
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/compat.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/compat.txt b/doc/development/compat.txt index 90df45676..f90274ce5 100644 --- a/doc/development/compat.txt +++ b/doc/development/compat.txt @@ -100,6 +100,8 @@ behavior (e.g., :func:`input`) do not cause unexpected side-effects. +---------------------------------+--------------------------------------------------+---------------------------------------------------------+ | long | :func:`long` | :func:`int` | +---------------------------------+--------------------------------------------------+---------------------------------------------------------+ +| cmp | :func:`cmp` | Not implemented | ++---------------------------------+--------------------------------------------------+---------------------------------------------------------+ Python 2.4 compatibility ------------------------ |