mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
the Slice in x[::] has to have step as None to help the interpreter
This commit is contained in:
parent
a2514f4ce9
commit
4879c907ce
3 changed files with 17 additions and 5 deletions
|
@ -44,9 +44,6 @@ Core and Builtins
|
|||
|
||||
- Assignment to None using import statements now raises a SyntaxError.
|
||||
|
||||
- In the slice AST type, the step field will always be None if a step expression
|
||||
is not specified.
|
||||
|
||||
- Issue #4547: When debugging a very large function, it was not always
|
||||
possible to update the lineno attribute of the current frame.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue