What replaces `` in py3k?

2008-05-21 Thread bukzor
In Python 3, backticks (``) are being removed. The plan is to create an automatic way to port python2 programs to python3, so my question is: What are backticks going to be translated into? I tried looking at the 2to3 fixer source code, but as far as I can tell they haven't written that part yet.

Re: What replaces `` in py3k?

2008-05-21 Thread Jonathan Gardner
On May 21, 10:45 am, bukzor [EMAIL PROTECTED] wrote: What are backticks going to be translated into? repr -- http://mail.python.org/mailman/listinfo/python-list

Re: What replaces `` in py3k?

2008-05-21 Thread bukzor
On May 21, 10:48 am, Jonathan Gardner [EMAIL PROTECTED] wrote: On May 21, 10:45 am, bukzor [EMAIL PROTECTED] wrote: What are backticks going to be translated into? repr Thanks for the quick reply! --Buck -- http://mail.python.org/mailman/listinfo/python-list