adds the versionadded flag in docs (#1749)

This commit is contained in:
Romain Dorgueil 2016-07-23 15:30:06 +02:00
parent e229a27e8b
commit f8f690de64
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,8 @@ which can then be used in your doctests directly::
Output format Output format
------------- -------------
.. versionadded:: 3.0
You can change the diff output format on failure for your doctests You can change the diff output format on failure for your doctests
by using one of standard doctest modules format in options by using one of standard doctest modules format in options
(see :data:`python:doctest.REPORT_UDIFF`, :data:`python:doctest.REPORT_CDIFF`, (see :data:`python:doctest.REPORT_UDIFF`, :data:`python:doctest.REPORT_CDIFF`,