On Mon, 2005-07-11 at 01:08, Bob Ippolito wrote:

> A better proposal would probably be another string prefix that means  
> "dedent", but I'm still not sold.  doc processing software is clearly  
> going to have to know how to dedent anyway in order to support  
> existing code.

OTOH, adding another string prefix means doubling the total number of
prefix combinations.  The potential for this getting out of hand was the
primary reason that string templates were implemented as a library
function instead of as a string prefix.

Personally, I'm not convinced that string literals need to change in any
way.  Dedentation should be handled (is handled?!) in the stdlib.

-Barry

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to