issue 1429818

This commit is contained in:
Skip Montanaro 2007-11-23 17:12:47 +00:00
parent 6d7914bf22
commit 90b5bc3a7d
1 changed files with 3 additions and 0 deletions

View File

@ -287,6 +287,9 @@ Core and builtins
Library
-------
- Issue 1429818: patch for trace and doctest modules so they play nicely
together.
- doctest made a bad assumption that a package's __loader__.get_data()
method used universal newlines.