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 akuchling
Recipients akuchling, georg.brandl, kjohnson
Date 2008-09-04.13:38:37
SpamBayes Score 0.011035336
Marked as misclassified No
Message-id <1220535518.66.0.169362012793.issue3671@psf.upfronthosting.co.za>
In-reply-to
Content
Many of the items are fixed in rev66217; thanks!  A few of them were
fixed in the revisions I did this past weekend.

Not fixed: 

* the links for apply() and map() in the PEP 371 section.  Georg, is
there a way to override where the methods link to, or at least prevent
them from being turned into links?

* the itertools section uses the -> to indicate the resulting stream of
values; this is why those examples aren't written in the
interpreter-prompt style.  So I'm not going to change the examples by
adding list().
History
Date User Action Args
2008-09-04 13:38:38akuchlingsetrecipients: + akuchling, georg.brandl, kjohnson
2008-09-04 13:38:38akuchlingsetmessageid: <1220535518.66.0.169362012793.issue3671@psf.upfronthosting.co.za>
2008-09-04 13:38:38akuchlinglinkissue3671 messages
2008-09-04 13:38:37akuchlingcreate