[Python-checkins] r61791 - doctools/trunk/doc/ext/doctest.rst

georg.brandl python-checkins at python.org
Sun Mar 23 09:33:21 CET 2008


Author: georg.brandl
Date: Sun Mar 23 09:33:20 2008
New Revision: 61791

Modified:
   doctools/trunk/doc/ext/doctest.rst
Log:
Add versionadded tag.


Modified: doctools/trunk/doc/ext/doctest.rst
==============================================================================
--- doctools/trunk/doc/ext/doctest.rst	(original)
+++ doctools/trunk/doc/ext/doctest.rst	Sun Mar 23 09:33:20 2008
@@ -77,6 +77,9 @@
    They will be respected when the test is run, but stripped from presentation
    output.
 
+   .. versionadded:: 0.2
+      Removal of ``<BLANKLINE>`` and inline options in presentation output.
+
 
 .. directive:: .. testcode:: [group]
 


More information about the Python-checkins mailing list