commit | ce96f69d69a6020c780145c89a17a8391b63624b | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Mar 17 06:49:51 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Mar 17 06:49:51 2006 +0000 |
tree | 7325a9bfaddf191e49910532df1fa4210c335196 | |
parent | 9e2b9665ae9f94a07da54156c48e2cd411a23746 [diff] [blame] |
Get rid of a bunch more raw_input references
diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index fdef876..65f7876 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py
@@ -44,8 +44,8 @@ savestdin = sys.stdin try: try: - sys.stdin = fp - x = raw_input() + import marshal + marshal.loads('') except EOFError: pass finally: