diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-13 13:51:50 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-13 13:51:50 -0400 |
| commit | 3c2fa16c8145eb7bfe621202703cd017730e155f (patch) | |
| tree | 6faa4d9230fc94615fa220de991897e7f490ee66 /CHANGES.txt | |
| parent | c091b785f812007dce5f1ec24021ed9a5e4ff375 (diff) | |
| download | python-coveragepy-3c2fa16c8145eb7bfe621202703cd017730e155f.tar.gz | |
Fix #201: wrong default for traces0 being missing.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 572c508..8031206 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,7 +9,11 @@ Version 3.5.4b1 HTML report would fail with a UnicodeDecodeError. This issue (`issue 193`_) is now fixed. +- Running coverage under a debugger is unlikely to work, but it shouldn't fail + with "TypeError: 'NoneType' object is not iterable". Fixes `issue 201`_. + .. _issue 193: https://bitbucket.org/ned/coveragepy/issue/193/unicodedecodeerror-on-htmlpy +.. _issue 201: https://bitbucket.org/ned/coveragepy/issue/201/coverage-using-django-14-with-pydb-on Version 3.5.3 --- 29 September 2012 |
