diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-14 13:40:14 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-14 13:40:14 -0400 |
| commit | 13ed869c6be652f0b7729cebb26583d03c7ab12a (patch) | |
| tree | 4081c110d336d83ccb0f2d83c004a249a46e3c3f /doc | |
| parent | e626cb5cf730217fbedc3d06b80215c09bbe7013 (diff) | |
| download | python-coveragepy-git-13ed869c6be652f0b7729cebb26583d03c7ab12a.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.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst index 29f79d75..98bd6a70 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`_. |
