Issue 27205: Failing doctests in Library/collections.rst
Created on 2016-06-04 00:27 by JelleZijlstra, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| doctests-collections.patch | JelleZijlstra, 2016-06-04 00:26 | |||
| Messages (4) | |||
|---|---|---|---|
| msg267199 - (view) | Author: Jelle Zijlstra (JelleZijlstra) * ![]() |
Date: 2016-06-04 00:26 | |
Mostly due to unspecified sorting order. The patch sorts a few tests and skips others that can't easily be sorted (e.g. most_common and str() output). |
|||
| msg272274 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2016-08-09 22:40 | |
New changeset e399930d14f0 by Zachary Ware in branch '2.7': Issue #27205: Fix doctests in Doc/library/collections.rst https://hg.python.org/cpython/rev/e399930d14f0 New changeset 0d95e47cfe3e by Zachary Ware in branch '3.5': Issue #27205: Fix doctests in Doc/library/collections.rst. https://hg.python.org/cpython/rev/0d95e47cfe3e New changeset 6817b8112f6e by Zachary Ware in branch 'default': Closes #27205: Merge with 3.5 https://hg.python.org/cpython/rev/6817b8112f6e |
|||
| msg272275 - (view) | Author: Zachary Ware (zach.ware) * ![]() |
Date: 2016-08-09 22:40 | |
Thanks for the patch! |
|||
| msg272644 - (view) | Author: Raymond Hettinger (rhettinger) * ![]() |
Date: 2016-08-14 05:20 | |
FYI, this should have been assigned to me (the author of the examples being modified). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:32 | admin | set | github: 71392 |
| 2016-08-14 05:20:48 | rhettinger | set | assignee: zach.ware -> rhettinger messages:
+ msg272644 |
| 2016-08-09 22:40:36 | zach.ware | set | versions:
+ Python 2.7, Python 3.5 nosy: + zach.ware messages: + msg272275 assignee: docs@python -> zach.ware |
| 2016-08-09 22:40:13 | python-dev | set | status: open -> closed nosy:
+ python-dev resolution: fixed |
| 2016-06-04 00:48:01 | JelleZijlstra | link | issue27200 dependencies |
| 2016-06-04 00:27:00 | JelleZijlstra | create | |

