Fix #10266: autodoc_preserve_defaults crashes on kwonlyargs w/o defaults

This commit is contained in:
Takeshi KOMIYA
2022-04-02 16:55:48 +09:00
parent 9141464b8b
commit f5e4e70817
4 changed files with 17 additions and 5 deletions

View File

@@ -67,6 +67,8 @@ Bugs fixed
* #10279: autodoc: Default values for keyword only arguments in overloaded
functions are rendered as a string literal
* #10266: autodoc: :confval:`autodoc_preserve_defaults` does not work for
mixture of keyword only arguments with/without defaults
* #10236: html search: objects are duplicated in search result
* #9962: texinfo: Deprecation message for ``@definfoenclose`` command on
bulding texinfo document