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 LambertDW
Recipients LambertDW, georg.brandl
Date 2008-10-03.19:29:43
SpamBayes Score 0.16059339
Marked as misclassified No
Message-id <1223062184.92.0.065504687918.issue4000@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/dev/3.0/library/reprlib.html

Back ticks didn't become a part of my python repertoire.

I suppose
 
    return repr(obj) # is correct replacement for  return `obj`
History
Date User Action Args
2008-10-03 19:29:45LambertDWsetrecipients: + LambertDW, georg.brandl
2008-10-03 19:29:44LambertDWsetmessageid: <1223062184.92.0.065504687918.issue4000@psf.upfronthosting.co.za>
2008-10-03 19:29:44LambertDWlinkissue4000 messages
2008-10-03 19:29:43LambertDWcreate