Issue37979
Created on 2019-08-29 14:39 by p-ganssle, last changed 2019-08-29 14:55 by pitrou. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 15596 | merged | p-ganssle, 2019-08-29 14:41 | |
| PR 15597 | merged | miss-islington, 2019-08-29 14:48 | |
| PR 15598 | merged | miss-islington, 2019-08-29 14:48 | |
| Messages (5) | |||
|---|---|---|---|
| msg350784 - (view) | Author: Paul Ganssle (p-ganssle) * | Date: 2019-08-29 14:39 | |
Per Antoine's comment in the discourse thread ( https://discuss.python.org/t/parse-z-timezone-suffix-in-datetime/2220/6 ): > ... the doc isn’t helpful, as it doesn’t give any alternative. I think we can link to dateutil.parser.isoparse as an alternative. I'm happy to field other options for ISO 8601 parsers instead, though considering that fromisoformat is adapted from dateutil.parser.isoparse, it seems reasonable to link them. |
|||
| msg350786 - (view) | Author: miss-islington (miss-islington) | Date: 2019-08-29 14:47 | |
New changeset 59725f3badb3028636c8906ecac4ceb0a37f3982 by Miss Islington (bot) (Paul Ganssle) in branch 'master': bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) https://github.com/python/cpython/commit/59725f3badb3028636c8906ecac4ceb0a37f3982 |
|||
| msg350788 - (view) | Author: miss-islington (miss-islington) | Date: 2019-08-29 14:54 | |
New changeset 8ba8cc51a9899594f7fe66fe790973d83fd3d657 by Miss Islington (bot) in branch '3.7': bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) https://github.com/python/cpython/commit/8ba8cc51a9899594f7fe66fe790973d83fd3d657 |
|||
| msg350789 - (view) | Author: miss-islington (miss-islington) | Date: 2019-08-29 14:54 | |
New changeset 9db66a2b5ab6a302bc46421712f13b0afd94654b by Miss Islington (bot) in branch '3.8': bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) https://github.com/python/cpython/commit/9db66a2b5ab6a302bc46421712f13b0afd94654b |
|||
| msg350790 - (view) | Author: Antoine Pitrou (pitrou) * | Date: 2019-08-29 14:55 | |
Thanks for contributing this, Paul! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-08-29 14:55:44 | pitrou | set | status: open -> closed nosy:
+ pitrou resolution: fixed |
| 2019-08-29 14:54:40 | miss-islington | set | messages: + msg350789 |
| 2019-08-29 14:54:07 | miss-islington | set | messages: + msg350788 |
| 2019-08-29 14:48:11 | miss-islington | set | pull_requests: + pull_request15274 |
| 2019-08-29 14:48:04 | miss-islington | set | pull_requests: + pull_request15273 |
| 2019-08-29 14:47:55 | miss-islington | set | nosy:
+ miss-islington messages: + msg350786 |
| 2019-08-29 14:41:58 | p-ganssle | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request15272 |
| 2019-08-29 14:39:34 | p-ganssle | create | |