summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Fenn <michaelfenn87@gmail.com>2015-03-19 15:37:43 -0400
committerMichael Fenn <michaelfenn87@gmail.com>2015-03-19 15:37:43 -0400
commiteb11693747aa069f97538b2d6fca97ac1d5e97bb (patch)
treef2b177afa5d8a6ddd9cd4e37e8864d45c880473f /doc
parent16d3e04cb80a975eef0e0ad6f0f6dc4800860d3c (diff)
downloadbcfg2-eb11693747aa069f97538b2d6fca97ac1d5e97bb.tar.gz
bcfg2-eb11693747aa069f97538b2d6fca97ac1d5e97bb.tar.bz2
bcfg2-eb11693747aa069f97538b2d6fca97ac1d5e97bb.zip
doc: fix literal_eval entry in table and clarify header
Diffstat (limited to 'doc')
-rw-r--r--doc/development/compat.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/compat.txt b/doc/development/compat.txt
index 5ac08ea68..14522b6b3 100644
--- a/doc/development/compat.txt
+++ b/doc/development/compat.txt
@@ -113,7 +113,7 @@ with Python 2.4 (and occasionally 2.5). Be sure to read the notes
below, since some of these implementations may be feature-incomplete.
+----------------+--------------------------------+--------------------------------------------+
-| Name | Python 2.4 | Python 2.4+ |
+| Name | Python 2.4 | Python 2.5+ |
+================+================================+============================================+
| formatdate | :func:`email.Utils.formatdate` | :func:`email.utils.formatdate` |
+----------------+--------------------------------+--------------------------------------------+
@@ -129,7 +129,7 @@ below, since some of these implementations may be feature-incomplete.
+----------------+--------------------------------+--------------------------------------------+
| MutableMapping | :class:`UserDict.DictMixin` | :class:`collections.MutableMapping` (2.6+) |
+----------------+--------------------------------+--------------------------------------------+
-| literal_eval | :func:`ast.literal_eval` | :func:`eval` |
+| literal_eval | :func:`eval` | :func:`ast.literal_eval` |
+----------------+--------------------------------+--------------------------------------------+
walk_packages