This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Failing doctests in Doc/tutorial/
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zach.ware Nosy List: JelleZijlstra, docs@python, python-dev, zach.ware
Priority: normal Keywords: patch

Created on 2016-06-04 00:35 by JelleZijlstra, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doctests-tutorial.patch JelleZijlstra, 2016-06-04 00:35
Messages (3)
msg267202 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2016-06-04 00:35
Patch adds an import.
msg272276 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-08-09 22:45
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.org/cpython/rev/61d7aeb6aa1b
msg272277 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2016-08-09 22:46
Thanks for the patch!
History
Date User Action Args
2022-04-11 14:58:32adminsetgithub: 71393
2016-08-09 22:46:19zach.waresetversions: + Python 3.5
nosy: + zach.ware

messages: + msg272277

assignee: docs@python -> zach.ware
type: behavior
2016-08-09 22:45:54python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg272276

resolution: fixed
stage: resolved
2016-06-04 00:48:01JelleZijlstralinkissue27200 dependencies
2016-06-04 00:35:11JelleZijlstracreate