Fix #8883: autodoc: AttributeError on assigning __annotations__

This commit is contained in:
Takeshi KOMIYA
2021-02-16 01:35:29 +09:00
parent 633c5ad9c6
commit b29ee3ded0
2 changed files with 5 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ Features added
Bugs fixed
----------
* #8883: autodoc: AttributeError is raised on assigning __annotations__ on
read-only class
* #8884: html: minified js stemmers not included in the distributed package
* #8880: viewcode: ExtensionError is raised on incremental build after
unparsable python module found