[issue27206] Failing doctests in Doc/tutorial/

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

[issue27206] Failing doctests in Doc/tutorial/

2016-08-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8b7efeeefa50 by Zachary Ware in branch '3.5': Issue #27206: Fix doctests in Doc/tutorial. https://hg.python.org/cpython/rev/8b7efeeefa50 New changeset 61d7aeb6aa1b by Zachary Ware in branch 'default': Closes #27206: Merge with 3.5 https://hg.python.

[issue27206] Failing doctests in Doc/tutorial/

2016-06-03 Thread Jelle Zijlstra
New submission from Jelle Zijlstra: Patch adds an import. -- assignee: docs@python components: Documentation files: doctests-tutorial.patch keywords: patch messages: 267202 nosy: Jelle Zijlstra, docs@python priority: normal severity: normal status: open title: Failing doctests in Doc/tut