[Python-Dev] Two patches (original) (raw)
Georg Brandl g.brandl at gmx.net
Tue Feb 21 22:27:26 CET 2006
- Previous message: [Python-Dev] PEP 343 "with" statement patch
- Next message: [Python-Dev] Two patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] PEP 343 "with" statement patch
- Next message: [Python-Dev] Two patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]