commit | d3a81df178474f76407089de318a68554fe36841 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed Nov 21 00:58:54 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed Nov 21 00:58:54 2007 +0000 |
tree | 04d1373361b4387e0f8fd4a6efcae016ff444e93 | |
parent | 946a51c187827adad860c6bb1986268ae68635d0 [diff] [blame] |
Backport of r59082 (doctest and using __loader__.get_data()).
diff --git a/Misc/NEWS b/Misc/NEWS index 28c6c2a..a7cdba0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -38,6 +38,8 @@ Library ------- +- doctest mis-used __loader__.get_data(), assuming universal newlines was used. + - Issue #1705170: contextlib.contextmanager was still swallowing StopIteration in some cases. This should no longer happen.