diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-06-12 15:33:19 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-06-12 15:33:19 (GMT) |
commit | 58641defe45cd8b05c28dea31a8a189d7fb31ce0 (patch) | |
tree | 58a3e0f1f71cf7177e0f9e084df814f2d99ace1f /Misc | |
parent | 554290d9209f0a552093f03e3c8c8e512b2a0efa (diff) | |
download | cpython-58641defe45cd8b05c28dea31a8a189d7fb31ce0.zip cpython-58641defe45cd8b05c28dea31a8a189d7fb31ce0.tar.gz cpython-58641defe45cd8b05c28dea31a8a189d7fb31ce0.tar.bz2 |
Issue #6195: fix doctest to no longer try to read 'source' data from
binary files.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Core and Builtins 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. |