[Python-Dev] Replacement for print in Python 3.0

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Sep 9 04:12:51 CEST 2005


Michael Chermside wrote:

> In my opinion, YES -- it's worth seriously considering it. A single,
> well-designed solution for string interpolation (with syntactic support
> if needed to make it very easy to use) is FAR better than having one
> good solution and another legacy solution.

Maybe backquotes could be repurposed in Py3k for interpolated
string literals?

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg.ewing at canterbury.ac.nz	   +--------------------------------------+


More information about the Python-Dev mailing list