[New-bugs-announce] [issue3344] IDLE - use enumerate instead of zip(count(), ...)

Tal Einat report at bugs.python.org
Sat Jul 12 00:41:53 CEST 2008


New submission from Tal Einat <taleinat at users.sourceforge.net>:

Just minor code cleanup.

Only one instance of zip(count(), ...) in EditorWindow.py, where I also
changed 'file' to 'file_name' to avoid overriding the built-in 'file' class.

----------
files: IDLE_EditorWindow_minor.patch
keywords: patch
messages: 69571
nosy: kbk, taleinat
severity: normal
status: open
title: IDLE - use enumerate instead of zip(count(), ...)
Added file: http://bugs.python.org/file10878/IDLE_EditorWindow_minor.patch

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


More information about the New-bugs-announce mailing list