This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

URL PR 249
Status merged
Title bpo-29622: make AST constructor accepts less than enough number of positional arguments
History
Date User Action Args
2017-02-23 17:48:19methanesetstatus: open -> merged
2017-02-23 16:49:11methanesettitle: bpo-29622: make AST constructor accept less than enough number of positional arguments -> bpo-29622: make AST constructor accepts less than enough number of positional arguments
2017-02-23 16:48:43methanesettitle: bpo-29622: Make trailing optional fields to optional arguments of AST type -> bpo-29622: make AST constructor accept less than enough number of positional arguments
2017-02-23 11:22:48methanesettitle: bpo-29622: Loosen restriction of number of positional argument of AST constructor -> bpo-29622: Make trailing optional fields to optional arguments of AST type
2017-02-23 10:09:22methanelinkissue29622 pull_requests
2017-02-23 10:09:22methanecreate