From: Benjamin Peterson Date: Mon, 6 Sep 2010 00:32:12 +0000 (+0000) Subject: link to docs X-Git-Tag: v3.2a3~430 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6db773057ebd15c806a1ee799969fc8eca55da65;p=thirdparty%2FPython%2Fcpython.git link to docs --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index a7ff5a31fc2f..8d035ddf7277 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -215,8 +215,8 @@ Some smaller changes made to the core Python language are: (By Nick Coghlan and Terrence Cole; :issue:`9567`, :issue:`3445`, and :issue:`8814`.) -* The :mod:`abc` module now supports :func:`abstractclassmethod` and - :func:`abstractstaticmethod`. +* The :mod:`abc` module now supports :func:`~abc.abstractclassmethod` and + :func:`~abc.abstractstaticmethod`. (:issue:`5867`.)