commit | 58641defe45cd8b05c28dea31a8a189d7fb31ce0 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Fri Jun 12 15:33:19 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Fri Jun 12 15:33:19 2009 +0000 |
tree | 58a3e0f1f71cf7177e0f9e084df814f2d99ace1f | |
parent | 554290d9209f0a552093f03e3c8c8e512b2a0efa [diff] [blame] |
Issue #6195: fix doctest to no longer try to read 'source' data from binary files.
diff --git a/Misc/NEWS b/Misc/NEWS index eeb6328..7cac68b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Library ------- +- Issue #6195: fixed doctest to no longer try to read 'source' data from + binary files. + - Issue #5262: Fixed bug in next rollover time computation in TimedRotatingFileHandler.