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

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

Files
File name Uploaded Description Edit
doctests-whatsnew-32.patch JelleZijlstra, 2016-06-04 00:37
Messages (3)
msg267203 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2016-06-04 00:37
Mostly missing imports, some bad syntax, and a few typos. This patch fixes most but not all errors.
msg272307 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-08-10 05:31
New changeset cee3074233e6 by Zachary Ware in branch '3.5':
Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst
https://hg.python.org/cpython/rev/cee3074233e6

New changeset ea43895ebfd9 by Zachary Ware in branch 'default':
Closes #27207: Merge with 3.5
https://hg.python.org/cpython/rev/ea43895ebfd9
msg272308 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2016-08-10 05:32
Thanks for the patch!  I added a couple more skips to get everything passing (the ones I skipped could not be properly tested).
History
Date User Action Args
2022-04-11 14:58:32adminsetgithub: 71394
2016-08-10 05:32:45zach.waresetversions: + Python 3.5
nosy: + zach.ware

messages: + msg272308

type: behavior
2016-08-10 05:31:46python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg272307

resolution: fixed
stage: resolved
2016-06-04 00:48:01JelleZijlstralinkissue27200 dependencies
2016-06-04 00:37:53JelleZijlstracreate