[issue37979] Document an alternative to ISO 8601 parsing

2019-08-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks for contributing this, Paul! -- nosy: +pitrou resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue37979] Document an alternative to ISO 8601 parsing

2019-08-29 Thread miss-islington
miss-islington added the comment: 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 ---

[issue37979] Document an alternative to ISO 8601 parsing

2019-08-29 Thread miss-islington
miss-islington added the comment: 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 ---

[issue37979] Document an alternative to ISO 8601 parsing

2019-08-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +15274 pull_request: https://github.com/python/cpython/pull/15598 ___ Python tracker ___ __

[issue37979] Document an alternative to ISO 8601 parsing

2019-08-29 Thread miss-islington
miss-islington added the comment: 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/59725f3badb3028636c8906ecac4ceb0

[issue37979] Document an alternative to ISO 8601 parsing

2019-08-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +15273 pull_request: https://github.com/python/cpython/pull/15597 ___ Python tracker ___ __

[issue37979] Document an alternative to ISO 8601 parsing

2019-08-29 Thread Paul Ganssle
Change by Paul Ganssle : -- keywords: +patch pull_requests: +15272 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15596 ___ Python tracker

[issue37979] Document an alternative to ISO 8601 parsing

2019-08-29 Thread Paul Ganssle
New submission from Paul Ganssle : 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