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 eric.araujo
Recipients eric.araujo
Date 2011-09-12.16:07:41
SpamBayes Score 1.450348e-09
Marked as misclassified No
Message-id <1315843662.39.0.634911011285.issue12918@psf.upfronthosting.co.za>
In-reply-to
Content
Copied from msg143857 (Raymond Hettinger):

> Resist the urge to fatten APIs until you're sure that:
> * they are needed
> * they are well developed (many internal utils fail this test)
> * they are worth the extra time it takes to learn what is in a module (adding rarely needed
> tools has the side-effect of obscuring things people actually need)
> [...]
> The pager functions are interesting and non-trivial.  Before making them public in the
> standard library though, it would be best if it had some life as third-party module to let
> it mature (i.e. making sure it works as well in other contexts as it does in pydoc).

I’m thus closing this request.  Someone can run with the idea, publish experiments on PyPI, gather feedback from python-ideas, and we’ll see about stdlib inclusion when the time is right.
History
Date User Action Args
2011-09-12 16:07:42eric.araujosetrecipients: + eric.araujo
2011-09-12 16:07:42eric.araujosetmessageid: <1315843662.39.0.634911011285.issue12918@psf.upfronthosting.co.za>
2011-09-12 16:07:41eric.araujolinkissue12918 messages
2011-09-12 16:07:41eric.araujocreate