summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-06-12 15:33:19 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-06-12 15:33:19 (GMT)
commit58641defe45cd8b05c28dea31a8a189d7fb31ce0 (patch)
tree58a3e0f1f71cf7177e0f9e084df814f2d99ace1f /Misc
parent554290d9209f0a552093f03e3c8c8e512b2a0efa (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eeb6328..7cac68b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.