]> granicus.if.org Git - python/commit
SF bug #887946, segfault if redirecting directory
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Oct 2005 00:54:56 +0000 (00:54 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Oct 2005 00:54:56 +0000 (00:54 +0000)
commit11bd11922657f582ee05f1d3cefe32c3a9e51cb7
tree4dfa13e8f81174dbd90bf28a44a5cc1b0c611685
parentd157b1d237776f0ee044b97b19b1d803a353f096
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.

Will backport.
Lib/test/test_cmd_line.py [new file with mode: 0644]
Misc/NEWS
Modules/main.c
Python/sysmodule.c