diff options
author | Skip Montanaro <skip@pobox.com> | 2007-11-24 04:31:15 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2007-11-24 04:31:15 (GMT) |
commit | 98f4079fa0737da2e603963704ad3c136b090fb0 (patch) | |
tree | 8ea872d480931bda0cb9030d3f29d2f2888e2c38 /Misc | |
parent | d3a1bdf4d93c07e738d454d612a44b9094c67b18 (diff) | |
download | cpython-98f4079fa0737da2e603963704ad3c136b090fb0.zip cpython-98f4079fa0737da2e603963704ad3c136b090fb0.tar.gz cpython-98f4079fa0737da2e603963704ad3c136b090fb0.tar.bz2 |
revert
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -287,9 +287,6 @@ 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. |