Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-12-18 09:22:10 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-12-19 06:53:15 +0300
commite7e08d2a784d1e87aded58186bff776d6de42213 (patch)
treeecaa301d979a75d2516fe3cced73e8323f9108b9 /CHANGES
parent8d0fd9e74a6d44ca1a518225d9be030d91917c9b (diff)
Fix #9968: autodoc: ivars are not shown if __init__ has posonlyargs
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9d57f8349..309d9bff8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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