[Python-checkins] r84565 - python/branches/py3k/Doc/whatsnew/3.2.rst
raymond.hettinger
python-checkins at python.org
Mon Sep 6 21:55:51 CEST 2010
Author: raymond.hettinger
Date: Mon Sep 6 21:55:51 2010
New Revision: 84565
Log:
Fix markup nits
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 21:55:51 2010
@@ -220,8 +220,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`.
(Patch submitted by Daniel Urban; :issue:`5867`.)
@@ -410,7 +410,7 @@
(Contributed by Antoine Pitrou; :issue:`3001`.)
* Regular and recursive locks now accept an optional *timeout* argument to their
- ``acquire`` method. (Contributed by Antoine Pitrou; :issue:`7316`.)
+ :meth:`acquire` method. (Contributed by Antoine Pitrou; :issue:`7316`.)
Similarly, :meth:`threading.Semaphore.acquire` also gains a *timeout*
argument. (Contributed by Torsten Landschoff; :issue:`850728`.)
More information about the Python-checkins
mailing list