Added view and iterator types to collections / _abcoll

I've also renamed several of the iterators to keep a consistent naming schema.
This commit is contained in:
Christian Heimes 2007-11-28 09:44:38 +00:00
parent c9543e4233
commit f83be4e3f3
7 changed files with 52 additions and 12 deletions

View file

@ -9263,7 +9263,7 @@ static PyMethodDef unicodeiter_methods[] = {
PyTypeObject PyUnicodeIter_Type = {
PyVarObject_HEAD_INIT(&PyType_Type, 0)
"unicode_iterator", /* tp_name */
"str_iterator", /* tp_name */
sizeof(unicodeiterobject), /* tp_basicsize */
0, /* tp_itemsize */
/* methods */