Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d64fc39

Browse files
committed
news note about range introspection
1 parent 878ce38 commit d64fc39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ What's New in Python 3.3 Alpha 1?
1010
Core and Builtins
1111
-----------------
1212

13+
- Issue #9896: Add start, stop, and step attributes to range objects.
14+
1315
- Issue #13343: Fix a SystemError when a lambda expression uses a global
1416
variable in the default value of a keyword-only argument:
1517
(lambda *, arg=GLOBAL_NAME: None)

0 commit comments

Comments
 (0)