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 rhettinger
Recipients
Date 2002-11-27.07:36:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

After more code review, added PyDict_Check.

Also, discussion on python-dev showed a need to rename 
the method to indicate that keys were being used rather 
than items.  The sequence part of the name was dropped 
because any iterable will do as an argument.

Checked-in as:
Misc/NEWS 1.548
Objects/dictobject.c 2.132
Lib/test/test_types.py 1.41
Doc/lib/libstdtypes.tex 1.111

History
Date User Action Args
2007-08-23 15:18:30adminlinkissue643443 messages
2007-08-23 15:18:30admincreate