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 ned.deily
Recipients Ben.thelen, eric.araujo, ned.deily, tarek
Date 2011-10-09.05:06:53
SpamBayes Score 0.00010714543
Marked as misclassified No
Message-id <1318136814.62.0.527647778006.issue12967@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have a strong opinion about whether running setup.py in IDLE is supported.  But that's not the real issue here.  The problem is that the IDLE RPC proxy of the standard IO streams is incomplete, in particular, the 'errors' attribute of io.TextIOWrapper streams.  Looking back, it appears that the `errors` attribute was added to file objects and io streams in 2.6 but support for that was not added to IDLE.  I think that should be fixed.
History
Date User Action Args
2011-10-09 05:06:54ned.deilysetrecipients: + ned.deily, tarek, eric.araujo, Ben.thelen
2011-10-09 05:06:54ned.deilysetmessageid: <1318136814.62.0.527647778006.issue12967@psf.upfronthosting.co.za>
2011-10-09 05:06:53ned.deilylinkissue12967 messages
2011-10-09 05:06:53ned.deilycreate