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 amaury.forgeotdarc, pitrou, techtonik
Date 2013-07-24.12:05:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374667502.24.0.986989492204.issue18535@psf.upfronthosting.co.za>
In-reply-to
Content
Do not hijack the issue - value interpretation is the next step, which better keep out of scope for this improvement. termios is a C interface, which documents the meaning of TIOCGWINSZ and has defined names for structure entries, such as lflag. This issue is to make Python code at least as readable as C.

C doesn't allow you to revert value meaning from ('\x1b') to text form.
History
Date User Action Args
2013-07-24 12:05:02techtoniksetrecipients: + techtonik, amaury.forgeotdarc, pitrou
2013-07-24 12:05:02techtoniksetmessageid: <1374667502.24.0.986989492204.issue18535@psf.upfronthosting.co.za>
2013-07-24 12:05:02techtoniklinkissue18535 messages
2013-07-24 12:05:02techtonikcreate