[Python-Dev] ',' precedence in documentation (original) (raw)
Benjamin Peterson musiccomposition at gmail.com
Sun Sep 14 22:06:09 CEST 2008
- Previous message: [Python-Dev] ',' precedence in documentation
- Next message: [Python-Dev] ',' precedence in documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Sep 14, 2008 at 3:00 PM, Guido van Rossum <guido at 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?
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/musiccomposition%40gmail.com
-- Cheers, Benjamin Peterson "There's no place like 127.0.0.1."
- Previous message: [Python-Dev] ',' precedence in documentation
- Next message: [Python-Dev] ',' precedence in documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]