INADA Naoki cb41b2766d bpo-29463: Add docstring field to some AST nodes. (#46)
* bpo-29463: Add docstring field to some AST nodes.

ClassDef, ModuleDef, FunctionDef, and AsyncFunctionDef has docstring
field for now.  It was first statement of there body.

* fix document.  thanks travis!

* doc fixes
2017-02-22 16:31:59 +01:00
..
2016-09-13 22:46:15 -07:00
2017-01-01 22:04:13 -06:00
2016-12-09 16:09:30 +01:00
2016-09-09 14:57:58 -07:00

Miscellaneous source files for the main Python shared library