[Python-bugs-list] [ python-Bugs-420851 ] Missing docs for iteration support. (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Mon, 01 Oct 2001 09:33:21 -0700
- Previous message: [Python-bugs-list] [ python-Bugs-466752 ] "deref" error in _PyBuffer_FromObject
- Next message: [Python-bugs-list] [ python-Bugs-466894 ] property <-> PyGetSetDef
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bugs item #420851, was opened at 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: 6 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.
Comment By: Fred L. Drake, Jr. (fdrake) Date: 2001-10-01 09:33
Message: Logged In: YES user_id=3066
iter() documented in Doc/ref/ref3.tex revision 1.75.
Comment By: Fred L. Drake, Jr. (fdrake) Date: 2001-09-06 12:05
Message: Logged In: YES user_id=3066
Documented the iter() function in Doc/lib/libfuncs.tex revision 1.84.
Comment By: Barry Warsaw (bwarsaw) Date: 2001-08-20 09:46
Message: Logged In: YES user_id=12800
Setting to priority 6 so that it won't hold up the 2.2a2 release. Although it would be good to have these docs, remember that priorities >= 7 must be fixed before the release can happen.
Comment By: Fred L. Drake, Jr. (fdrake) Date: 2001-05-25 06:52
Message: Logged In: YES user_id=3066
Docs for {}.iteritems(), {}.iterkeys(), and {}.itervalues() checked in as Doc/lib/libstdtypes.tex revision 1.59.
You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=420851&group_id=5470
- Previous message: [Python-bugs-list] [ python-Bugs-466752 ] "deref" error in _PyBuffer_FromObject
- Next message: [Python-bugs-list] [ python-Bugs-466894 ] property <-> PyGetSetDef
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]