[issue12918] New module for terminal utilities

2011-09-12 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

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.

--
resolution:  - invalid
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12918
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12918] New module for terminal utilities

2011-09-06 Thread Éric Araujo

New submission from Éric Araujo mer...@netwok.org:

It was suggested in #7798 to make the pager functions from pydoc public.  I 
can’t find a good place to put them, so I think we could add a new module with 
terminal-related utilities.  It could contain the pager functions, progress 
bars (there are many implementations to be compared), ANSI and Windows color 
codes (reimplemented over and over again), etc.

This may require a run through python-ideas and/or -dev, but I’m opening a bug 
for the record.

--
components: Library (Lib)
messages: 143629
nosy: eric.araujo
priority: normal
severity: normal
status: open
title: New module for terminal utilities
type: feature request
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12918
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com