commit | 29589a06f6fb8298239c26334992d8471ad6f93a | [log] [tgz] |
---|---|---|
author | Michael W. Hudson <mwh@python.net> | Mon Oct 11 15:34:31 2004 +0000 |
committer | Michael W. Hudson <mwh@python.net> | Mon Oct 11 15:34:31 2004 +0000 |
tree | 7ae2deb6d300bb727ebb26acf92fada332089ad3 | |
parent | 418de1f23c2a17bd6d4d6b00500d5017e3fe9634 [diff] [blame] |
Open source files in universal newlines mode.
diff --git a/Lib/test/test_compiler.py b/Lib/test/test_compiler.py index 183efb5..e51bc42 100644 --- a/Lib/test/test_compiler.py +++ b/Lib/test/test_compiler.py
@@ -24,7 +24,7 @@ path = os.path.join(dir, basename) if test.test_support.verbose: print "compiling", path - f = open(path) + f = open(path, "U") buf = f.read() f.close() if "badsyntax" in basename: