diff options
author | Skip Montanaro <skip@pobox.com> | 2007-11-23 17:12:47 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2007-11-23 17:12:47 (GMT) |
commit | 90b5bc3a7d098f12961e7debe7a5321b86a122c5 (patch) | |
tree | 60f04ccda654e33a801f783bf3bb06cb6ea756e2 /Misc | |
parent | 6d7914bf22ff657c1047fde8cf85861f16c57d8c (diff) | |
download | cpython-90b5bc3a7d098f12961e7debe7a5321b86a122c5.zip cpython-90b5bc3a7d098f12961e7debe7a5321b86a122c5.tar.gz cpython-90b5bc3a7d098f12961e7debe7a5321b86a122c5.tar.bz2 |
issue 1429818
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |