This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients
Date 2005-10-03.01:05:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33168

I fixed this problem and also added a warning when passing a
directory on the command line.  Before the fix, python would
just silently exit which just bit me recently.  (Same as
mbp's comment.)

Checked in as:
 * Misc/NEWS: 1.1384, 1.1193.2.118
 * Modules/main.c: 1.85, 1.84.2.1
 * Python/sysmodule.c: 2.130, 2.126.2.4
 * Lib/test/test_cmd_line.py: 1.1, 1.1.2.2
History
Date User Action Args
2007-08-23 14:19:42adminlinkissue887946 messages
2007-08-23 14:19:42admincreate