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 serhiy.storchaka
Recipients georg.brandl, larry, martin.panter, python-dev, rhettinger, serhiy.storchaka, taleinat
Date 2017-01-20.18:18:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484936282.59.0.957311234593.issue20186@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that restores ol docstrings for enumerate() and reversed(). But it may be better to change pydoc so that it would output a text signature of class constructor if available.
History
Date User Action Args
2017-01-20 18:18:02serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, rhettinger, taleinat, larry, python-dev, martin.panter
2017-01-20 18:18:02serhiy.storchakasetmessageid: <1484936282.59.0.957311234593.issue20186@psf.upfronthosting.co.za>
2017-01-20 18:18:02serhiy.storchakalinkissue20186 messages
2017-01-20 18:18:02serhiy.storchakacreate