Trent Mick wrote:

> But if you don't want the EOLs? Example from some code of mine:
> 
>      raise MakeError("extracting '%s' in '%s' did not create the "
>                      "directory that the Python build will expect: "
>                      "'%s'" % (src_pkg, dst_dir, dst))
> 
> I use this kind of thing frequently. Don't know if others consider it 
> bad style.

I use it too, and would be disappointed if it were
taken away. I find the usefulness considerably
outweighs any occasional problems.

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

Reply via email to