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 belopolsky
Recipients amaury.forgeotdarc, belopolsky
Date 2008-02-06.16:43:16
SpamBayes Score 0.046846114
Marked as misclassified No
Message-id <1202316202.81.0.570167154556.issue2016@psf.upfronthosting.co.za>
In-reply-to
Content
It also appears that the tuple and dict checks in function_call are
redundant.  If there is a use case that results in function_call getting
anything (non null) other than dict and tuple in arg and kw, I don't
think silently ignoring such arguments is the right behavior.
History
Date User Action Args
2008-02-06 16:43:22belopolskysetspambayes_score: 0.0468461 -> 0.046846114
recipients: + belopolsky, amaury.forgeotdarc
2008-02-06 16:43:22belopolskysetspambayes_score: 0.0468461 -> 0.0468461
messageid: <1202316202.81.0.570167154556.issue2016@psf.upfronthosting.co.za>
2008-02-06 16:43:17belopolskylinkissue2016 messages
2008-02-06 16:43:17belopolskycreate