[issue20869] IDLE lib error in IOBinding.py

2014-03-09 Thread Domenico Mustara

Domenico Mustara added the comment:

Is idle-python2.7_2.7.5-8ubuntu3.1_all.deb the latest package? I downloaded it 
from saucy and saucy-updates repository via packages.ubuntu.com. In both cases 
the error is still there. I don't want to be annoying but I would like you to 
decompress the package and verify yourself. Tell me please If I'm wrong. Not a 
great problem, indeed.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20869
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20869] IDLE lib error in IOBinding.py

2014-03-08 Thread Domenico Mustara

New submission from Domenico Mustara:

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

--
components: IDLE
messages: 212925
nosy: Domenico.Mustara
priority: normal
severity: normal
status: open
title: IDLE lib error in IOBinding.py
type: crash
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20869
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com