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 serhiy.storchaka
Recipients Arfrever, Nicholas.Cole, benjamin.peterson, eric.araujo, ezio.melotti, inigoserna, lemburg, loewis, poq, serhiy.storchaka, tchrist, terry.reedy, vstinner, zeha
Date 2015-11-26.15:00:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448550040.16.0.776201770832.issue12568@psf.upfronthosting.co.za>
In-reply-to
Content
I think this function would be very useful in many parts of interpreter core and standard library. From displaying tracebacks to formatting helps.

Otherwise we are doomed to implement imperfect variants in multiple places.
History
Date User Action Args
2015-11-26 15:00:40serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, terry.reedy, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, inigoserna, zeha, poq, Nicholas.Cole, tchrist
2015-11-26 15:00:40serhiy.storchakasetmessageid: <1448550040.16.0.776201770832.issue12568@psf.upfronthosting.co.za>
2015-11-26 15:00:40serhiy.storchakalinkissue12568 messages
2015-11-26 15:00:39serhiy.storchakacreate