summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-09-06 22:54:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-09-06 22:54:35 -0400
commitca85f635d345ebcdd5fae5e235bd22573aa11e9a (patch)
treefed489d9c86239c0524946a3e4f0f03475f1735b /CHANGES.txt
parent86a77dcc3fd38654264bbe26a4bf4166a5823b4e (diff)
downloadpython-coveragepy-ca85f635d345ebcdd5fae5e235bd22573aa11e9a.tar.gz
Where we deal with .pyc files, also deal with .pyo files. Fixes #195.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 861be55..4ec429a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,6 +18,9 @@ Version 3.5.3b1
- Fixed memory leaks under Python 3, thanks, Brett Cannon.
+- Optimized .pyo files may not have been handled correctly, `issue 195`_.
+ Thanks, Marius Gedminas.
+
- Try to do a better job of the impossible task of detecting when we can't
build the C extension, fixing `issue 183`_.
@@ -26,9 +29,11 @@ Version 3.5.3b1
.. _issue 82: https://bitbucket.org/ned/coveragepy/issue/82/tokenerror-when-generating-html-report
.. _issue 179: https://bitbucket.org/ned/coveragepy/issue/179/htmlreporter-fails-when-source-file-is
.. _issue 183: https://bitbucket.org/ned/coveragepy/issue/183/install-fails-for-python-23
+.. _issue 195: https://bitbucket.org/ned/coveragepy/issue/195/pyo-file-handling-in-codeunit
.. _tox: http://tox.readthedocs.org/
+
Version 3.5.2 --- 4 May 2012
----------------------------