Sept. 14, 2008
9 p.m.
On Sun, Sep 14, 2008 at 1:06 PM, Benjamin Peterson <musiccomposition@gmail.com> wrote:
On Sun, Sep 14, 2008 at 3:00 PM, Guido van Rossum <guido@python.org> wrote:
I think in general Python has erred on the side of having too many different syntactical uses for commas. We killed a few in 3.0 with the introduction of "except E as v" and the demotion of print to a function call. Perhaps we should aim to kill "assert B, S" as well?
And replace it with what?
I have no idea. Use your imagination. :-) -- --Guido van Rossum (home page: http://www.python.org/~guido/)