[Python-checkins] r84547 - python/branches/py3k/Doc/whatsnew/3.2.rst

benjamin.peterson python-checkins at python.org
Mon Sep 6 02:32:13 CEST 2010


Author: benjamin.peterson
Date: Mon Sep  6 02:32:12 2010
New Revision: 84547

Log:
link to docs

Modified:
   python/branches/py3k/Doc/whatsnew/3.2.rst

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Mon Sep  6 02:32:12 2010
@@ -215,8 +215,8 @@
   (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`.)
 


More information about the Python-checkins mailing list