Message1076

Author kzuberi
Recipients
Date 2005-12-06.05:41:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Diez B. Roggisch reported on jython-users that keyword 
arguments are silently ignored by dict():

  http://sourceforge.net/mailarchive/message.php?
msg_id=14050657

Jython CVS appears to have code to support the Python 
2.3 style use of keyword args to initialize the dict, 
but the feature doesn't quite work. Attached is a tiny 
patch to PyDictionary.java that seems to fix the 
problem.

- kz
History
Date User Action Args
2008-02-20 17:17:26adminlinkissue1374088 messages
2008-02-20 17:17:26admincreate