• Guido van Rossum's avatar
    Two unrelated niceties: · b3c871b2
    Guido van Rossum authored
    1) An option to add the thread name to the label.  This is very handy
       during heavy debugging, but also very expensive (two extra function
       calls and some string formatting), so it is off by default; you
       have to edit this file to enable it.
    
    2) In short_repr(), for strings, show the string quote after the three
       trailing dots.
    b3c871b2
log.py 2.27 KB