summaryrefslogtreecommitdiff
path: root/Mac/Lib/quietconsole.py
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-110/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* Module to buffer stdout/stderr until stdin is read. Useful forJack Jansen1997-06-201-0/+110
windowing programs, together with option to keep console window closed until needed.