mirror of
https://github.com/python/cpython.git
synced 2025-08-05 01:18:26 +00:00

* Re-add removed classes Suite, slice, Param, AugLoad and AugStore. * Add docstrings for dummy classes. * Add docstrings for attribute aliases. * Set __module__ to "ast" instead of "_ast".
3 lines
149 B
ReStructuredText
3 lines
149 B
ReStructuredText
``__module__`` of the AST node classes is now set to "ast" instead of
|
|
"_ast". Added docstrings for dummy AST node classes and deprecated
|
|
attributes.
|