[issue27209] Failing doctests in Library/email.*.rst

2016-08-09 Thread Roundup Robot
New submission from Roundup Robot: New changeset bb443518141e by Zachary Ware in branch '3.5': Issue #27209: Fix doctests in Doc/library/email*.rst https://hg.python.org/cpython/rev/bb443518141e New changeset 81dc2d250209 by Zachary Ware in branch 'default': Closes #27209: Merge with 3.5 https:/

[issue27209] Failing doctests in Library/email.*.rst

2016-08-09 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- nosy: +zach.ware type: -> behavior versions: +Python 3.5 ___ Python tracker ___

[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/{nntp, ftp, diff}lib.rst

2016-08-09 Thread Zachary Ware
Zachary Ware added the comment: 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. -- nosy: +zach.ware title: Failing doctests due to environmental dependencies in Lib/*lib.rst -> Failing doc

[issue27200] make doctest in CPython has failures

2016-08-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset f3a04d19e5cb by Zachary Ware in branch '3.5': Issue #27200: Fix doctests in Doc/library/hashlib.rst https://hg.python.org/cpython/rev/f3a04d19e5cb New changeset d0302d8ecbc1 by Zachary Ware in branch 'default': Issue #27200: Merge with 3.5 https://h

[issue27200] make doctest in CPython has failures

2016-08-09 Thread Zachary Ware
Zachary Ware added the comment: All of the current dependencies have been committed. I still see failures in: Doc/faq/programming.rst Doc/library/configparser.rst (also leaves Doc/example.ini) Doc/library/copyreg.rst Doc/library/ctypes.rst Doc/library/datetime.rst Doc/library/functions.rst Doc/

[issue27200] make doctest in CPython has failures

2016-08-09 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: Thanks for committing all of these patches! I have local patches for some more tests; I'll try to find some time to upload them. -- ___ Python tracker

<    1   2