Issue 27210: Failing doctests due to environmental dependencies in Lib/{nntp,ftp,diff}lib.rst
Issue27210
Created on 2016-06-04 00:46 by JelleZijlstra, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| doctests-libs.patch | JelleZijlstra, 2016-06-04 00:46 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg267208 - (view) | Author: Jelle Zijlstra (JelleZijlstra) * ![]() |
Date: 2016-06-04 00:46 | |
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. |
|||
| msg272313 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2016-08-10 06:01 | |
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.python.org/cpython/rev/0a569e4b1d57 |
|||
| msg272314 - (view) | Author: Zachary Ware (zach.ware) * ![]() |
Date: 2016-08-10 06:03 | |
Thanks for the patch! I made a couple changes in difflib.rst to avoid issues with sys.stdout.write() returning the number of characters written. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:32 | admin | set | github: 71397 |
| 2016-08-10 06:03:03 | zach.ware | set | nosy:
+ zach.ware title: Failing doctests due to environmental dependencies in Lib/*lib.rst -> Failing doctests due to environmental dependencies in Lib/{nntp,ftp,diff}lib.rst messages: + msg272314 versions:
+ Python 3.5 |
| 2016-08-10 06:01:36 | python-dev | set | status: open -> closed nosy:
+ python-dev resolution: fixed |
| 2016-06-04 00:48:01 | JelleZijlstra | link | issue27200 dependencies |
| 2016-06-04 00:46:55 | JelleZijlstra | create | |

