Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 252 Bytes

File metadata and controls

4 lines (4 loc) · 252 Bytes

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.