This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ijmorlan
Recipients ijmorlan
Date 2008-03-10.20:33:43
SpamBayes Score 0.27724332
Marked as misclassified No
Message-id <1205181226.02.0.242554068311.issue2269@psf.upfronthosting.co.za>
In-reply-to
Content
I should add that the full version information is:

Python 2.5 (r25:51908, Aug 15 2007, 11:38:03) 
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin

Also, in my actual code (a much larger file, in a project using ll.xist
and other libraries), the error manifests differently:  I get
"TypeError: 'int' object is not iterable" on startup the first time it
loads, then it appears to run subsequent times, but behaves bizarrely. 
Specifically, *none* of the branches of the if statement run (verified
by putting a nonsense symbol after the if statement, and at the
beginning and end of each branch of the if statement; the "no such
symbol" error concerns the one *after* the if statement).  On neither
run is the "non-keyword arg after keyword arg" reported.
History
Date User Action Args
2008-03-10 20:33:46ijmorlansetspambayes_score: 0.277243 -> 0.27724332
recipients: + ijmorlan
2008-03-10 20:33:46ijmorlansetspambayes_score: 0.277243 -> 0.277243
messageid: <1205181226.02.0.242554068311.issue2269@psf.upfronthosting.co.za>
2008-03-10 20:33:45ijmorlanlinkissue2269 messages
2008-03-10 20:33:43ijmorlancreate