diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-21 07:30:30 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-21 07:30:30 (GMT) |
commit | 639295f0a5757bc187ada833950bca8476ebe36e (patch) | |
tree | f92789f0400d42bab97c7e4778c33901d859ab69 /Lib | |
parent | 058b141ef77edcd8000bc169f3b9b7cc9d362ffa (diff) | |
download | cpython-639295f0a5757bc187ada833950bca8476ebe36e.zip cpython-639295f0a5757bc187ada833950bca8476ebe36e.tar.gz cpython-639295f0a5757bc187ada833950bca8476ebe36e.tar.bz2 |
Enable universal newlines on Windows. Note that NEWS needs more words!
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 849d83b..ffbf251 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -511,7 +511,6 @@ _expectations = { test_socketserver test_sunaudiodev test_timing - test_univnewlines """, 'linux2': """ |