Fix #4490: autodoc: type annotation is broken with python 3.7.0a4+

This commit is contained in:
Takeshi KOMIYA
2018-01-27 12:20:39 +09:00
parent 376b6a597d
commit fd2425238e
3 changed files with 51 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ Bugs fixed
* #4415: autodoc classifies inherited classmethods as regular methods
* #4415: autodoc classifies inherited staticmethods as regular methods
* #4472: DOCUMENTATION_OPTIONS is not defined
* #4490: autodoc: type annotation is broken with python 3.7.0a4+
Testing
--------