Patches item #1693149, was opened at 2007-04-02 14:46 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1693149&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: Python 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Raghuram Devarakonda (draghuram) Assigned to: Nobody/Anonymous (nobody) Summary: trace.py --ignore-module should accept module name list. Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1693149&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
