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 gvanrossum
Recipients SilentGhost, avalentino, christian.heimes, gregory.p.smith, gvanrossum, martin.panter, palaviv, rhettinger, terry.reedy, vstinner
Date 2016-08-22.02:18:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJKkr_mzoyqZrTaZW3NA1J_RTYCOfgVtTW-irqq1F0rd2A@mail.gmail.com>
In-reply-to <1471831919.5.0.440519840454.issue26488@psf.upfronthosting.co.za>
Content
I prefer not to go down this road. The modules that do this where I use it
are typically Python specific, e.g. pdb or timeit. In the past we sometimes
had little main() functions in modules for testing but I think we have
better ways to test modules these days.

--Guido (mobile)
History
Date User Action Args
2016-08-22 02:18:31gvanrossumsetrecipients: + gvanrossum, rhettinger, terry.reedy, gregory.p.smith, vstinner, christian.heimes, SilentGhost, martin.panter, palaviv, avalentino
2016-08-22 02:18:31gvanrossumlinkissue26488 messages
2016-08-22 02:18:31gvanrossumcreate