[Python-bugs-list] [ python-Bugs-420851 ] Missing docs for iteration support.

noreply@sourceforge.net noreply@sourceforge.net
Wed, 02 May 2001 13:32:13 -0700


Bugs item #420851, was updated on 2001-05-02 13:32
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=420851&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 7
Submitted By: Fred L. Drake, Jr. (fdrake)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Missing docs for iteration support.

Initial Comment:
Documentation is needed for the iteration support.  At this time, the following things are missing docs:

- iter() function
- {}.iteritems(), .iterkeys(), .itervalues()
- tp_iter/tp_iternext
- __iter__() (ref. manual -- "Object Customization")

If you can think of other aspects of this that I've missed, please note them as comments on this bug report so I can address these (or at least keep track of these) in a single place.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=420851&group_id=5470