Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7a685 commit 11a0d10Copy full SHA for 11a0d10
1 file changed
Misc/NEWS
@@ -4,7 +4,7 @@ What's New in Python 2.2a1?
4
Core
5
6
- Generators were added; this is a new way to create an iterator (see
7
- below) using what looks like a simple function containing one of
+ below) using what looks like a simple function containing one or
8
more 'yield' statements. See PEP 255. Since this adds a new
9
keyword to the language, this feature must be enabled by including a
10
future statement: "from __future__ import generators" (see PEP 236).
0 commit comments