[New-bugs-announce] [issue9695] Return from generators in Python 3.2

Yury Selivanov report at bugs.python.org
Thu Aug 26 23:58:54 CEST 2010


New submission from Yury Selivanov <yselivanov at gmail.com>:

The patch is intended to fix behaviour of 'return' statement in python's generators.

Please read this message before looking at the patch.
http://mail.python.org/pipermail/python-dev/2010-August/103297.html

----------
components: Interpreter Core
files: generators_return.patch
keywords: patch
messages: 115033
nosy: Yury.Selivanov
priority: normal
severity: normal
status: open
title: Return from generators in Python 3.2
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file18655/generators_return.patch

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


More information about the New-bugs-announce mailing list