Author cito
Recipients
Date 2005-02-01.13:47:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Currently it is not possible to use keywords in
expressions of the type "keyword_arguments". Example:

d  = {'fi': 1, 'if': 1}

d.update(fi = 2) # ok
d.update(if = 2) # error

If possible, this restriction should be removed.
History
Date User Action Args
2007-08-23 14:29:17adminlinkissue1113984 messages
2007-08-23 14:29:17admincreate