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 martin.panter
Recipients Al.Sweigart, docs@python, martin.panter, ned.deily, serhiy.storchaka, terry.reedy, willingc
Date 2015-07-12.02:41:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436668876.77.0.636820192212.issue23220@psf.upfronthosting.co.za>
In-reply-to
Content
“run ``import idlelib; idlelib.run`` within a try-except statement”: It might be nice to say what exceptions are expected. My guess is ImportError if Idle or TK is not available, or AttributeError if it is but Idle is not running.

“Tk handling of ascii control chars”: I presume you mean stdout and stderr handling, which this bug was originally about (or also input, source code, etc as well?). It might be good to say that output of Unix newlines (\n) is guaranteed to be supported. Also might be worth explicitly pointing out that output of CRLFs is not supported, even if os.linesep is "\r\n". In my experiments between Linux and Wine, this does not appear to depend on the OS.
History
Date User Action Args
2015-07-12 02:41:16martin.pantersetrecipients: + martin.panter, terry.reedy, ned.deily, docs@python, Al.Sweigart, serhiy.storchaka, willingc
2015-07-12 02:41:16martin.pantersetmessageid: <1436668876.77.0.636820192212.issue23220@psf.upfronthosting.co.za>
2015-07-12 02:41:16martin.panterlinkissue23220 messages
2015-07-12 02:41:16martin.pantercreate