Message1076
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 |
|
Date |
User |
Action |
Args |
2008-02-20 17:17:26 | admin | link | issue1374088 messages |
2008-02-20 17:17:26 | admin | create | |
|