[issue27210] Failing doctests due to environmental dependencies in Lib/*lib.rst

2016-08-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6b00ccf5e435 by Zachary Ware in branch '3.5': Issue #27210: Fix doctests for a few modules. https://hg.python.org/cpython/rev/6b00ccf5e435 New changeset 0a569e4b1d57 by Zachary Ware in branch 'default': Closes #27210: Merge with 3.5 https://hg.pytho

[issue27210] Failing doctests due to environmental dependencies in Lib/*lib.rst

2016-06-03 Thread Jelle Zijlstra
New submission from Jelle Zijlstra: The difflib test fails because "False" is close enough to "apple". The ftplib and nntplib tests rely on things downloaded from the web that are inherently variable. -- assignee: docs@python components: Documentation files: doctests-libs.patch keyword