Fix autodoc with `autoclass_content="both" uses useless object.__init__ docstring when class does not have __init__`. Closes #1337

This caused by a change for #1138.
This commit is contained in:
Takayuki Shimizukawa
2014-01-02 12:42:12 +09:00
parent f58b7c43b9
commit e61f316c74
3 changed files with 19 additions and 1 deletions

View File

@@ -8,6 +8,10 @@ Bugs fixed
``{% extends "!autosummary/class.rst" %}`` cause infinite recursive function
call. This caused by PR#181.
* #1337: Fix autodoc with ``autoclass_content="both"`` uses useless
``object.__init__`` docstring when class does not have ``__init__``.
This caused by a change for #1138.
Release 1.2 (released Dec 10, 2013)
===================================