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 r.david.murray
Recipients Trundle, belopolsky, brett.cannon, brian.curtin, cool-RR, eric.araujo, eric.snow, giampaolo.rodola, gruszczy, loewis, ncoghlan, nedbat, pitrou, r.david.murray, techtonik, vstinner
Date 2012-02-10.17:56:40
SpamBayes Score 0.00069046754
Marked as misclassified No
Message-id <1328896601.04.0.404636061761.issue1559549@psf.upfronthosting.co.za>
In-reply-to
Content
However you do it, I'm very much in favor of having the full name available.  I either wrote or fixed (I can't remember which) that stack walk in pydoc, and you are right, it is very very ugly.  This would also be a big benefit for unittest, which currently *doesn't* do the stack walk and therefore generates incorrect error messages when sub-imports fail.
History
Date User Action Args
2012-02-10 17:56:41r.david.murraysetrecipients: + r.david.murray, loewis, brett.cannon, ncoghlan, belopolsky, pitrou, vstinner, techtonik, giampaolo.rodola, nedbat, eric.araujo, Trundle, brian.curtin, gruszczy, cool-RR, eric.snow
2012-02-10 17:56:41r.david.murraysetmessageid: <1328896601.04.0.404636061761.issue1559549@psf.upfronthosting.co.za>
2012-02-10 17:56:40r.david.murraylinkissue1559549 messages
2012-02-10 17:56:40r.david.murraycreate