[Python-checkins] r60030 - python/trunk/Doc/library/sched.rst

raymond.hettinger python-checkins at python.org
Fri Jan 18 00:56:56 CET 2008


Author: raymond.hettinger
Date: Fri Jan 18 00:56:56 2008
New Revision: 60030

Modified:
   python/trunk/Doc/library/sched.rst
Log:
Fix markup

Modified: python/trunk/Doc/library/sched.rst
==============================================================================
--- python/trunk/Doc/library/sched.rst	(original)
+++ python/trunk/Doc/library/sched.rst	Fri Jan 18 00:56:56 2008
@@ -129,3 +129,5 @@
    Read-only attribute returning a list of upcoming events in the order they
    will be run.  Each event is shown as a :term:`named tuple` with the
    following fields:  time, priority, action, argument.
+
+   .. versionadded:: 2.6


More information about the Python-checkins mailing list