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 mariocj89
Recipients Greg.Slodkowicz, Segev Finer, belopolsky, eric.araujo, eric.snow, georg.brandl, giampaolo.rodola, mariocj89, ncoghlan, piotr.dobrogost, terry.reedy
Date 2018-01-06.18:44:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515264245.16.0.467229070634.issue9325@psf.upfronthosting.co.za>
In-reply-to
Content
pdb and cProfile are covered.

If no one is working on it, do you want me try to put through a patch for "profile" and "trace"?
Should I create a separate issue if so?

From Issue 17473 it will leave only:

doctest: Which might be controversial
dis: main is execution a "_test" function. That said, running -m dis might be useful.

The rest might not need the change as:

modulefinder: __main__ is for test purposes
tabnanny: works on files and directories
pyclbr: already works with modules
History
Date User Action Args
2018-01-06 18:44:05mariocj89setrecipients: + mariocj89, georg.brandl, terry.reedy, ncoghlan, belopolsky, giampaolo.rodola, eric.araujo, Greg.Slodkowicz, eric.snow, piotr.dobrogost, Segev Finer
2018-01-06 18:44:05mariocj89setmessageid: <1515264245.16.0.467229070634.issue9325@psf.upfronthosting.co.za>
2018-01-06 18:44:05mariocj89linkissue9325 messages
2018-01-06 18:44:04mariocj89create