This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients
Date 2006-02-21.15:17:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

Thanks both!  Here's a new patch:

- fixed most of Neal's nits
- fixed most of Raymond's first set of nits
- updated UserDict

Notes:

- I can't use PyObject_CallMethodObjArgs without also
  converting "on_missing" to an object.
  Right now I don't care enough to bother (especially
  since it is only called for proper subclasses).
- I can't find Py_Clear(). Raymond, what did you mean?
- It's not clear how (or even whether) to update DictMixin.
- Haven't gotten to copy() yet -- good point though!
- Still no docs.
- In addition to Raymond's explanation, it's also the case
  that NULL appears as None to the user through the magic
  of the T_OBJECT attribute machinery.
History
Date User Action Args
2007-08-23 15:45:48adminlinkissue1433928 messages
2007-08-23 15:45:48admincreate