list and implicit continuation may cause bugs in Python programs
Skip Montanaro
skip at pobox.com
Thu Jul 12 11:59:18 EDT 2001
Roman> FYI:
Roman> Do not forget commas:
...
Roman> list =[ "update", "y", "m", "d", "y1", "m1", "d1", "event", "url"
Roman> "preview" ]
For what it's worth, this is a much more common mistake for me than integer
division (mostly, I suspect because I do very little numerical work in
Python).
--
Skip Montanaro (skip at pobox.com)
(847)971-7098
More information about the Python-list
mailing list