[Python-Dev] Two patches
Georg Brandl
g.brandl at gmx.net
Tue Feb 21 22:27:26 CET 2006
Hi,
I have two patches lying around here, please comment:
* I think I've submitted this one to the tracker, but can't remember:
It's for PySequence_SetItem and makes something like this possible:
tup = ([], )
tup[0] += [1]
I can upload it once more to allow review.
* One patch for staticmethod and classmethod, which currently silently
accept keyword arguments and throw them away. The patch adds error
messages.
Georg
More information about the Python-Dev
mailing list