[Python-Dev] Replacement for print in Python 3.0
Greg Ewing
greg.ewing at canterbury.ac.nz
Fri Sep 2 05:49:55 CEST 2005
More information about the Python-Dev mailing list
Fri Sep 2 05:49:55 CEST 2005
- Previous message: [Python-Dev] Replacement for print in Python 3.0
- Next message: [Python-Dev] string formatting options and removing basestring.__mod__ (WAS: Replacement for print in Python 3.0)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Shane Hathaway wrote: > May I also suggest the following shortcut for creating and evaluating a > string template. (Ever since I thought of this, I've actually used this > in code without thinking... it's just too natural): > > message = $"Hello, $name!" As I recall, this has been considered before, and rejected on the grounds that it's too visually confusing having $ signs both inside and outside the quotes. -- 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 +--------------------------------------+
- Previous message: [Python-Dev] Replacement for print in Python 3.0
- Next message: [Python-Dev] string formatting options and removing basestring.__mod__ (WAS: Replacement for print in Python 3.0)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list