]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 42932:
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 14 Mar 2006 06:47:07 +0000 (06:47 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 14 Mar 2006 06:47:07 +0000 (06:47 +0000)
commit8a2bffc2351fb867dacbe1646a219a8151166642
tree3a78bce7d9ac93787d427ab2a1ca381cee044ca2
parent9165680203a10341e7e76c92d12c76f5ddd1f6e1
Backport 42932:

Try to be a bit more consistent on all platforms:
 python .
 python < .

both print a message, return non-zero and do not core dump.
This hopefully fixes the failure on Solaris.
Lib/test/test_cmd_line.py
Modules/main.c