[Python-Dev] Dict access with double-dot (syntactic sugar)
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Mar 24 22:19:00 CET 2011
More information about the Python-Dev mailing list
Thu Mar 24 22:19:00 CET 2011
- Previous message: [Python-Dev] Dict access with double-dot (syntactic sugar)
- Next message: [Python-Dev] Replace useless %.100s by %s in PyErr_Format()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Santoso Wijaya wrote: > `somedict:foo` looks better than `somedict..foo`. Parsing ambiguity: if foo:bar:baz Is that if (foo:bar): baz or if foo: (bar:baz) ? -- Greg
- Previous message: [Python-Dev] Dict access with double-dot (syntactic sugar)
- Next message: [Python-Dev] Replace useless %.100s by %s in PyErr_Format()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list