Merge pull request #9987 from tk0miya/9968_ivar_not_shown

Fix #9968: autodoc: ivars are not shown if __init__ has posonlyargs
This commit is contained in:
Takeshi KOMIYA
2021-12-19 13:18:58 +09:00
committed by GitHub
3 changed files with 21 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ Bugs fixed
* #9883: autodoc: doccomment for the alias to mocked object was ignored
* #9908: autodoc: debug message is shown on building document using NewTypes
with Python 3.10
* #9968: autodoc: instance variables are not shown if __init__ method has
position-only-arguments
* #9947: i18n: topic directive having a bullet list can't be translatable
* #9878: mathjax: MathJax configuration is placed after loading MathJax itself
* #9857: Generated RFC links use outdated base url