summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2009-09-09 15:06:37 +0100
committerOwen W. Taylor <otaylor@fishsoup.net>2009-09-09 10:24:12 -0400
commit06187ce308dce7b56016e09aa5396e6f1bf60a90 (patch)
treefdd13e1f6c7133aa034e16bb2ca2199be475ade6 /TODO
parentef827f1b1aa0c0779a6238452e105040858d11c3 (diff)
Avoid Python2.6-isms
I'm not entirely up to speed with the new syntax of Python 2.6, but apparently you can now do: func(*args, named_arg=value, **options) and: func(*args, named_arg=value) and Python will happily coalesce named_arg into **options for you. This is not a valid syntax for Python 2.5, though.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions