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 serhiy.storchaka
Recipients Al.Sweigart, docs@python, martin.panter, ned.deily, serhiy.storchaka, terry.reedy, willingc
Date 2015-07-11.12:29:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436617761.62.0.257073383287.issue23220@psf.upfronthosting.co.za>
In-reply-to
Content
Control characters are named control characters because they are control the output device. Different devices have different capabilities and reacts different on the same codes. Windows console, different sorts of Linux terminals and Tk text widget are different devices. Some prints funny characters, others not, some beeps, others not, some interprets particular flavor of ESC sequences, others not, some allows color and positioning, others not. Python can't unify the behavior of these devices without lost most of functionality as it can't unify the behavior of black-white matrix printer, graphical plotter and 24-bit color LCD monitor.

I would close this issue as not related to Python.
History
Date User Action Args
2015-07-11 12:29:21serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, ned.deily, docs@python, martin.panter, Al.Sweigart, willingc
2015-07-11 12:29:21serhiy.storchakasetmessageid: <1436617761.62.0.257073383287.issue23220@psf.upfronthosting.co.za>
2015-07-11 12:29:21serhiy.storchakalinkissue23220 messages
2015-07-11 12:29:20serhiy.storchakacreate