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 ncoghlan
Recipients Claudiu.Popa, eric.snow, ezio.melotti, ncoghlan, python-dev, serhiy.storchaka
Date 2013-09-22.12:49:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379854179.55.0.980675439153.issue18626@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the initial patch Claudiu - I tweaked it a bit before committing it.

* as you suggested, displaying the source is the default, with a --details option to display the formatted info instead
* changed the displayed details (e.g. only displaying the search path for packages, displaying the line number for classes and functions
* a few tweaks to the actual implementation (e.g. using partition over find, avoiding tracebacks for a couple of likely user errors)
History
Date User Action Args
2013-09-22 12:49:39ncoghlansetrecipients: + ncoghlan, ezio.melotti, Claudiu.Popa, python-dev, eric.snow, serhiy.storchaka
2013-09-22 12:49:39ncoghlansetmessageid: <1379854179.55.0.980675439153.issue18626@psf.upfronthosting.co.za>
2013-09-22 12:49:39ncoghlanlinkissue18626 messages
2013-09-22 12:49:39ncoghlancreate