I think it looks like not enough people are ready for both these
changes (PEP 3125 and PEP 3126). Maybe we could start by discouraging
these in the style guide (PEP 8) instead?

--Guido

On 5/2/07, Greg Ewing <[EMAIL PROTECTED]> wrote:
> 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/guido%40python.org
>


-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
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