[New-bugs-announce] [issue28840] IDLE not handling long lines correctly

piotr.sk report at bugs.python.org
Wed Nov 30 09:05:00 EST 2016


New submission from piotr.sk:

IDLE included in Python 3.5.2 does not display correctly files with very long lines under Windows 7.

Attached example file does not show the third line correctly in Windows 7. These lines are part of a script that attempts to parse the messages.
Even though very long lines are not according to Python convention, they should be displayed correctly in the editor. 
If Notepad does it correctly, I would assume IDLE can handle long lines too ;-)

----------
assignee: terry.reedy
components: IDLE
files: test.py
messages: 282082
nosy: piotr.sk, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE not handling long lines correctly
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file45705/test.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28840>
_______________________________________


More information about the New-bugs-announce mailing list