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 ramiroluz
Recipients ramiroluz
Date 2010-11-22.00:09:54
SpamBayes Score 0.0034239336
Marked as misclassified No
Message-id <1290384598.34.0.211944890611.issue10494@psf.upfronthosting.co.za>
In-reply-to
Content
When someone run Demo/comparisons/regextest.py without arguments it waits for lines to be inserted in the command line silently, until the EOF, or Ctrl-D in Linux, is entered.

If the user read the file, editing or using cat Demo/comparisons/regextest.py he have to understand the code to figure out how to use it.

My suggestion is to add an usage message.
History
Date User Action Args
2010-11-22 00:09:58ramiroluzsetrecipients: + ramiroluz
2010-11-22 00:09:58ramiroluzsetmessageid: <1290384598.34.0.211944890611.issue10494@psf.upfronthosting.co.za>
2010-11-22 00:09:54ramiroluzlinkissue10494 messages
2010-11-22 00:09:54ramiroluzcreate