[New-bugs-announce] [issue28860] Fixed all the doctest failures in Doc/library/configparser.rst

Marco Buttu report at bugs.python.org
Fri Dec 2 17:28:32 EST 2016


New submission from Marco Buttu:

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).

----------
assignee: docs at python
components: Documentation
files: configparser.patch
keywords: patch
messages: 282258
nosy: docs at python, marco.buttu
priority: normal
severity: normal
status: open
title: Fixed all the doctest failures in Doc/library/configparser.rst
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45733/configparser.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28860>
_______________________________________


More information about the New-bugs-announce mailing list