]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport:
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Oct 2005 01:03:46 +0000 (01:03 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Oct 2005 01:03:46 +0000 (01:03 +0000)
commitc2b7c59267153c21a1d53fdba634430723328b74
tree4178b2a9062148ded6b96519734e9ca3f2fe7bd9
parent3529f2126cbee49cae108d54ddf25db86feeee1d
Backport:
SF bug #887946, segfault if redirecting directory
Also provide a warning if a directory is passed on the command line.
Add minimal command line test.
Lib/test/test_cmd_line.py [new file with mode: 0644]
Misc/NEWS
Modules/main.c
Python/sysmodule.c