[Python-3000] Reminder: Py3k PEPs due by April
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Apr 12 00:55:55 CEST 2007
Jason Orendorff wrote:
> Hmm. It sounds like what you're saying is, if we're going to do
> string constant folding, then it makes sense to have a special case in
> the grammar to reflect that visually.
I think it's more a matter of wanting to write things
declaratively rather than procedurally. You want to
say "print this long string" rather than "join these
strings together and print the result".
--
Greg
More information about the Python-3000
mailing list