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 878ce38 commit d64fc39Copy full SHA for d64fc39
1 file changed
Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.3 Alpha 1?
10
Core and Builtins
11
-----------------
12
13
+- Issue #9896: Add start, stop, and step attributes to range objects.
14
+
15
- Issue #13343: Fix a SystemError when a lambda expression uses a global
16
variable in the default value of a keyword-only argument:
17
(lambda *, arg=GLOBAL_NAME: None)
0 commit comments