Skip to content

Commit

Permalink
Fix #7451: autodoc: failed with non-string __doc__ member
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Apr 9, 2020
1 parent b316375 commit edfb66a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Expand Up @@ -22,6 +22,8 @@ Bugs fixed
* #7418: std domain: duplication warning for glossary terms is case insensitive
* #7438: C++, fix merging overloaded functions in parallel builds.
* #7422: autodoc: fails with ValueError when using autodoc_mock_imports
* #7451: autodoc: fails with AttributeError when an object returns non-string
object as a ``__doc__`` member

Testing
--------
Expand Down

0 comments on commit edfb66a

Please sign in to comment.