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

_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to