Fix #4914: autodoc: Parsing error when using dataclasses without default values

This commit is contained in:
Takeshi KOMIYA
2018-05-21 00:24:15 +09:00
parent 679002c483
commit be8e2be47b
3 changed files with 10 additions and 6 deletions

View File

@@ -33,6 +33,7 @@ Bugs fixed
* #4978: latex: shorthandoff is not set up for Brazil locale
* #4928: i18n: Ignore dot-directories like .git/ in LC_MESSAGES/
* #4946: py domain: type field could not handle "None" as a type
* #4914: autodoc: Parsing error when using dataclasses without default values
Testing
--------