mirror of
https://github.com/python/cpython.git
synced 2026-06-14 23:20:52 -04:00
news note about range introspection
This commit is contained in:
@@ -10,6 +10,8 @@ What's New in Python 3.3 Alpha 1?
|
||||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #9896: Add start, stop, and step attributes to range objects.
|
||||
|
||||
- Issue #13343: Fix a SystemError when a lambda expression uses a global
|
||||
variable in the default value of a keyword-only argument:
|
||||
(lambda *, arg=GLOBAL_NAME: None)
|
||||
|
||||
Reference in New Issue
Block a user