| commit | cea27be888a99e9a1aa03bff639cce57a5d6d3ba | [log] [tgz] |
|---|---|---|
| author | Nick Coghlan <ncoghlan@gmail.com> | Sat Dec 08 22:56:02 2012 +1000 |
| committer | Nick Coghlan <ncoghlan@gmail.com> | Sat Dec 08 22:56:02 2012 +1000 |
| tree | 344180f817903197660b51eb0658822b05bec4b9 | |
| parent | 8e18fc8c0b8f9daa13d62c0b674ca5872c6a3b4c [diff] [blame] |
Close issue #16267: better docs for @abstractmethod composition
diff --git a/Misc/NEWS b/Misc/NEWS index 9c43be9..7d76624 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -322,6 +322,9 @@ Documentation ------------- +- Issue #16267: Better document the 3.3+ approach to combining + @abstractmethod with @staticmethod, @classmethod and @property + - Issue #15209: Clarify exception chaining description in exceptions module documentation