~ubuntu-branches/ubuntu/karmic/python3.0/karmic

« back to all changes in this revision

Viewing changes to Doc/library/trace.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-16 17:18:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216171823-1d5cm5qnnjvmnzzm
Tags: 3.0.1-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
:option:`--ignore-module`
67
67
   Accepts comma separated list of module names. Ignore each of the named
68
 
   module and its submodules (if it is a package).  May be given 
 
68
   module and its submodules (if it is a package).  May be given
69
69
   multiple times.
70
70
 
71
71
:option:`--ignore-dir`
72
72
   Ignore all modules and packages in the named directory and subdirectories
73
73
   (multiple directories can be joined by os.pathsep).  May be given multiple
74
 
   times. 
 
74
   times.
75
75
 
76
76
 
77
77
.. _trace-api: