mirror of https://github.com/python/cpython
5 lines
252 B
ReStructuredText
5 lines
252 B
ReStructuredText
|
Attributes of :mod:`ast` nodes that are lists now default to the empty list
|
||
|
if omitted. This means that some code that previously raised
|
||
|
:exc:`TypeError` when the AST node was used will now proceed with the empty
|
||
|
list instead. Patch by Jelle Zijlstra.
|