Fix #4956: autodoc: Failed to extract document from a subclass of the class on mocked module

This commit is contained in:
Takeshi KOMIYA
2018-05-20 23:55:36 +09:00
parent 713aa82140
commit 3080d24330
3 changed files with 46 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ Bugs fixed
* #4928: i18n: Ignore dot-directories like .git/ in LC_MESSAGES/
* #4946: py domain: type field could not handle "None" as a type
* #4979: latex: Incorrect escaping of curly braces in index entries
* #4956: autodoc: Failed to extract document from a subclass of the class on
mocked module
Testing
--------