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/howto/
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zach.ware Nosy List: JelleZijlstra, python-dev, zach.ware
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
doctests-howto.patch JelleZijlstra, 2016-06-04 00:23
Messages (3)
msg267198 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2016-06-04 00:23
Patch adds some imports, fixes doctests syntax, and skips Py2-only code.
msg272270 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-08-09 22:05
New changeset 0eaa05a3db02 by Zachary Ware in branch '2.7':
Issue #27204: Fix doctests in Doc/howto
https://hg.python.org/cpython/rev/0eaa05a3db02

New changeset df92f9856b59 by Zachary Ware in branch '3.5':
Issue #27204: Fix doctests in Doc/howto
https://hg.python.org/cpython/rev/df92f9856b59

New changeset e31597cbf52c by Zachary Ware in branch 'default':
Closes #27204: Merge with 3.5
https://hg.python.org/cpython/rev/e31597cbf52c
msg272273 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2016-08-09 22:12
Thanks for the patch!
History
Date User Action Args
2022-04-11 14:58:32adminsetgithub: 71391
2016-08-09 22:12:49zach.waresetassignee: zach.ware
type: behavior
components: + Documentation
versions: + Python 2.7, Python 3.5, Python 3.6
nosy: + zach.ware

messages: + msg272273
2016-08-09 22:05:53python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg272270

resolution: fixed
stage: resolved
2016-06-04 00:48:01JelleZijlstralinkissue27200 dependencies
2016-06-04 00:23:33JelleZijlstracreate