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.
Created on 2010年04月15日 08:01 by techtonik, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg103187 - (view) | Author: anatoly techtonik (techtonik) | Date: 2010年04月15日 08:01 | |
Many many Python tools have duplicating code related to getting console properties like width and height to provide pagination and cute progress bars. While the issue seems minor, making such features work crossplatform way requires many tuits. That's why it is highly desirable to have console module inside Python stdlib. |
|||
| msg103190 - (view) | Author: anatoly techtonik (techtonik) | Date: 2010年04月15日 10:45 | |
How to get console width: http://stackoverflow.com/questions/566746/how-to-get-console-window-width-in-python http://code.activestate.com/recipes/440694-determine-size-of-console-window-on-windows/ PDCurses may contain some public domain code: http://pdcurses.sourceforge.net/ BSD like licensed Console module from Fredrik Lundh: http://effbot.org/zone/console-handbook.htm |
|||
| msg103252 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2010年04月15日 20:36 | |
Please propose on python-ideas before making a bug. |
|||
| msg103297 - (view) | Author: anatoly techtonik (techtonik) | Date: 2010年04月16日 06:52 | |
It is not a bug, but a "feature request". |
|||
| msg103319 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2010年04月16日 12:50 | |
Benjamin was using the term 'bug' as a synonym for 'issue in the tracker'. The point is that a feature like this (a whole new module) is not an appropriate tracker item. In most cases the procedure for getting a new module included in the stdlib is distinctly non-trivial and generally requires, among other things, that the module get proven by distribution via PyPI first. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:59 | admin | set | github: 52655 |
| 2010年04月16日 12:50:47 | r.david.murray | set | nosy:
+ r.david.murray messages: + msg103319 |
| 2010年04月16日 07:06:28 | ezio.melotti | set | nosy:
+ ezio.melotti stage: resolved |
| 2010年04月16日 06:52:46 | techtonik | set | messages: + msg103297 |
| 2010年04月15日 21:24:17 | eric.araujo | set | nosy:
+ eric.araujo |
| 2010年04月15日 20:36:54 | benjamin.peterson | set | status: open -> closed nosy: + benjamin.peterson messages: + msg103252 resolution: rejected |
| 2010年04月15日 10:45:48 | techtonik | set | messages: + msg103190 |
| 2010年04月15日 08:01:46 | techtonik | create | |