mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
news note about range introspection
This commit is contained in:
parent
878ce389a0
commit
d64fc39a80
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ What's New in Python 3.3 Alpha 1?
|
||||||
Core and Builtins
|
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
|
- Issue #13343: Fix a SystemError when a lambda expression uses a global
|
||||||
variable in the default value of a keyword-only argument:
|
variable in the default value of a keyword-only argument:
|
||||||
(lambda *, arg=GLOBAL_NAME: None)
|
(lambda *, arg=GLOBAL_NAME: None)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue