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 Andrew.Lutomirski
Recipients Andrew.Lutomirski
Date 2013-02-19.22:22:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361312556.73.0.83895942435.issue17246@psf.upfronthosting.co.za>
In-reply-to
Content
inspect.formatargvalues assumes (incorrectly) that every argument in args is a key in values.  This isn't very hard to break -- see the attachment for a complete example.
History
Date User Action Args
2013-02-19 22:22:36Andrew.Lutomirskisetrecipients: + Andrew.Lutomirski
2013-02-19 22:22:36Andrew.Lutomirskisetmessageid: <1361312556.73.0.83895942435.issue17246@psf.upfronthosting.co.za>
2013-02-19 22:22:36Andrew.Lutomirskilinkissue17246 messages
2013-02-19 22:22:36Andrew.Lutomirskicreate