This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author marco.buttu
Recipients docs@python, marco.buttu
Date 2016-12-02.22:28:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480717712.23.0.651677304063.issue28860@psf.upfronthosting.co.za>
In-reply-to
Content
With Python 3.7.0a0  and sphinx-build 1.4.9, this was the result before applying the patch:

Doctest summary
===============
   80 tests
    8 failures in tests
    0 failures in setup code
    0 failures in cleanup code
build finished with problems, 139 warnings.

After applaying the patch there are 0 failures in 84 tests. All the doctests also pass with Python 3.6 and 3.5. I skipped three tests (doctest: +SKIP) because their output is random (iterating over dictionary keys).
History
Date User Action Args
2016-12-02 22:28:32marco.buttusetrecipients: + marco.buttu, docs@python
2016-12-02 22:28:32marco.buttusetmessageid: <1480717712.23.0.651677304063.issue28860@psf.upfronthosting.co.za>
2016-12-02 22:28:32marco.buttulinkissue28860 messages
2016-12-02 22:28:32marco.buttucreate