issue 1429818

This commit is contained in:
Skip Montanaro 2007-11-23 17:13:21 +00:00
parent ab4fce4d7c
commit 5a001c0c2c
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ Core and builtins
Library
-------
- Issue 1429818: patch for trace and doctest modules so they play nicely
together.
- doctest mis-used __loader__.get_data(), assuming universal newlines was used.
- Issue #1705170: contextlib.contextmanager was still swallowing