Fix #7791: autodoc: TypeError is raised on documenting singledispatch function

This commit is contained in:
Takeshi KOMIYA
2020-06-07 01:40:20 +09:00
parent cb5e094c0a
commit f98987b24e
2 changed files with 18 additions and 2 deletions

View File

@@ -121,6 +121,7 @@ Bugs fixed
* #7668: autodoc: wrong retann value is passed to a handler of
autodoc-proccess-signature
* #7711: autodoc: fails with ValueError when processing numpy objects
* #7791: autodoc: TypeError is raised on documenting singledispatch function
* #7551: autosummary: a nested class is indexed as non-nested class
* #7661: autosummary: autosummary directive emits warnings twices if failed to
import the target module