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

@ -369,7 +369,7 @@ static PyMethodDef rangeiter_methods[] = {
PyTypeObject Pyrangeiter_Type = {
PyVarObject_HEAD_INIT(&PyType_Type, 0)
"rangeiterator", /* tp_name */
"range_iterator", /* tp_name */
sizeof(rangeiterobject), /* tp_basicsize */
0, /* tp_itemsize */
/* methods */