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 techtonik
Recipients Arfrever, amaury.forgeotdarc, denilsonsa, eric.araujo, giampaolo.rodola, loewis, neologix, pitrou, rosslagerwall, techtonik, vstinner, zbysz
Date 2012-01-31.14:22:26
SpamBayes Score 0.0037019348
Marked as misclassified No
Message-id <1328019747.05.0.0543783154098.issue13609@psf.upfronthosting.co.za>
In-reply-to
Content
Terminal stuff is irrelevant to `shutil`, which is the module for 'High-level file operations' and deserve a separate module named 'console'.

Why? Because terminal size is only relevant when you want to page output. The next step would be to detect if terminal supports color to see if ANSI sequences will be collapsed. Then you'll want to get user input without pressing '<enter>' key.

It is a whole new module.
History
Date User Action Args
2012-01-31 14:22:27techtoniksetrecipients: + techtonik, loewis, amaury.forgeotdarc, pitrou, vstinner, giampaolo.rodola, eric.araujo, Arfrever, zbysz, denilsonsa, neologix, rosslagerwall
2012-01-31 14:22:27techtoniksetmessageid: <1328019747.05.0.0543783154098.issue13609@psf.upfronthosting.co.za>
2012-01-31 14:22:26techtoniklinkissue13609 messages
2012-01-31 14:22:26techtonikcreate