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 terry.reedy
Recipients Ben.thelen, ned.deily, terry.reedy
Date 2011-10-14.22:19:27
SpamBayes Score 7.413334e-06
Marked as misclassified No
Message-id <1318630768.49.0.730271584933.issue12967@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for redirecting this issue. The goal should be to make the proxies completely transparent. They mostly are, but occasional issues arise when they are not. Sometimes the source of a problem is not clear. I wonder, for instance, whether the non-function in IDLE of

>>> print(input())
abc\
abc\

has anything to do with the bidirectional communication or is entirely internal to IDLE.
History
Date User Action Args
2011-10-14 22:19:28terry.reedysetrecipients: + terry.reedy, ned.deily, Ben.thelen
2011-10-14 22:19:28terry.reedysetmessageid: <1318630768.49.0.730271584933.issue12967@psf.upfronthosting.co.za>
2011-10-14 22:19:27terry.reedylinkissue12967 messages
2011-10-14 22:19:27terry.reedycreate