[issue27207] Failing doctests in Doc/whatsnew/3.2.rst

2016-08-09 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! I added a couple more skips to get everything passing (the ones I skipped could not be properly tested). -- nosy: +zach.ware type: -> behavior versions: +Python 3.5 ___ Python tracker

[issue27207] Failing doctests in Doc/whatsnew/3.2.rst

2016-08-09 Thread Roundup Robot
Roundup Robot added the comment: 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.

[issue27207] Failing doctests in Doc/whatsnew/3.2.rst

2016-06-03 Thread Jelle Zijlstra
New submission from Jelle Zijlstra: Mostly missing imports, some bad syntax, and a few typos. This patch fixes most but not all errors. -- assignee: docs@python components: Documentation files: doctests-whatsnew-32.patch keywords: patch messages: 267203 nosy: Jelle Zijlstra, docs@python