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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28840>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to