Issue #12947: Add a note to doctest until the example rendering is fixed

This commit is contained in:
Nick Coghlan 2012-10-03 12:21:44 +05:30
parent 22ab5e7640
commit 8f80e0a651
1 changed files with 8 additions and 0 deletions

View File

@ -650,6 +650,14 @@ above.
An example's doctest directives modify doctest's behavior for that single
example. Use ``+`` to enable the named behavior, or ``-`` to disable it.
.. note::
Due to an `unfortunate bug`_ in our documentation publishing process, the
directives in the following examples are not being displayed in the
rendered HTML version. Please use the "Show Source" link in the sidebar
to view the details of the directive usage examples.
.. _unfortunate bug: http://bugs.python.org/issue12947
For example, this test passes::
>>> print(list(range(20))) #doctest: +NORMALIZE_WHITESPACE