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 Domenico.Mustara
Recipients Domenico.Mustara
Date 2014-03-08.09:54:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394272485.83.0.657701795003.issue20869@psf.upfronthosting.co.za>
In-reply-to
Content
Not a new issue, many Python users have already written about this error. In line 128 of IOBinding.py file, please change 'str = str.split("\n", 2)[:2]" to "lst = str.split("\n", 2)[:2]". This error prevents IDLE from working correctly when a .py file is loaded. I use IDLE on Ubuntu 13.10. At every new update, I need to manually modify IOBinding.py file in /usr/lib/python2.7/idlelib directory. Please fix it. Thanks
History
Date User Action Args
2014-03-08 09:54:45Domenico.Mustarasetrecipients: + Domenico.Mustara
2014-03-08 09:54:45Domenico.Mustarasetmessageid: <1394272485.83.0.657701795003.issue20869@psf.upfronthosting.co.za>
2014-03-08 09:54:45Domenico.Mustaralinkissue20869 messages
2014-03-08 09:54:44Domenico.Mustaracreate