summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-03-14 13:40:14 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-03-14 13:40:14 -0400
commit50a3baf54146337172d5efc57933adceb2b2fb78 (patch)
tree8ca9cee690bcbffd0c29f9b6978490dbda07589b /doc
parentde73882e515fcce4bc4f2c62f0a6de42178866a5 (diff)
downloadpython-coveragepy-50a3baf54146337172d5efc57933adceb2b2fb78.tar.gz
Minimal IronPython support.
IronPython is weird: 2.7.7 has "str is unicode", and unicode.encode produces unicode! f_lasti is missing, and frame globals are missing.
Diffstat (limited to 'doc')
-rw-r--r--doc/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 29f79d7..98bd6a7 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -82,6 +82,8 @@ not.
* Jython 2.7.1, though only for running code, not reporting.
+ * IronPython 2.7.7, though only for running code, not reporting.
+
**This is a pre-release build. The usual warnings about possible bugs
apply.** The latest stable version is coverage.py 4.2, `described here`_.