[New-bugs-announce] [issue2344] Using an iteration variable outside a list comprehension needs a Py3K warning

Brett Cannon report at bugs.python.org
Mon Mar 17 19:20:04 CET 2008


New submission from Brett Cannon <brett at python.org>:

If you use a iteration variable from a list comprehension from outside
the list comprehension itself should raise a Py3K warning.

----------
components: Interpreter Core
keywords: 26backport
messages: 63706
nosy: brett.cannon
priority: immediate
severity: normal
status: open
title: Using an iteration variable outside a list comprehension needs a Py3K warning
type: behavior

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2344>
__________________________________


More information about the New-bugs-announce mailing list