]> granicus.if.org Git - python/commit
bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Aug 2019 14:54:37 +0000 (07:54 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2019 14:54:37 +0000 (07:54 -0700)
commit9db66a2b5ab6a302bc46421712f13b0afd94654b
tree085dc05e8eadebbbda22b9218c13d2d0503643aa
parent384c6d72d9a12764282ccc2d3935232a34a7cfbe
bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)

Adds a link to `dateutil.parser.isoparse` in the documentation.

It would be nice to set up intersphinx for things like this, but I think we can leave that for a separate PR.

CC: @pitrou
[bpo-37979](https://bugs.python.org/issue37979)

https://bugs.python.org/issue37979

Automerge-Triggered-By: @pitrou
(cherry picked from commit 59725f3badb3028636c8906ecac4ceb0a37f3982)

Co-authored-by: Paul Ganssle <paul@ganssle.io>
Doc/library/datetime.rst
Misc/NEWS.d/next/Documentation/2019-08-29-10-40-05.bpo-37979.TAUx_E.rst [new file with mode: 0644]