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
Date 2007-03-23.03:27:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python allows arbitrary sequences after * in calls, but an expression following ** must be a (subclass of) dict.  The attached patch makes Python accept arbitrary mappings after **. 
History
Date User Action Args
2007-08-23 15:57:45adminlinkissue1686487 messages
2007-08-23 15:57:45admincreate