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 draghuram
Recipients
Date 2007-04-02.18:46:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Currently, trace.py's command line option "--ignore-module" only accepts one module name. If multiple module names need to be passed, this option can be used multiple times. However, this patch makes this process simple by causing trace.py to accept comma separated module names. Please note that it is still possible to use this option multiple times but each time, a comma separated list can be passed.

Usage example:

$ python -m trace -t --ignore-module tempfile,posixpath --ignore-module random tfile.py

On a separate note, the patch also has slight change to "--ignore-dir"'s description to bring it up to date with what "--help" shows.
History
Date User Action Args
2007-08-23 15:57:54adminlinkissue1693149 messages
2007-08-23 15:57:54admincreate