]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:04 +0000 (07:54 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2019 14:54:04 +0000 (07:54 -0700)
commit8ba8cc51a9899594f7fe66fe790973d83fd3d657
tree912f69af2239bedcf7f92fe94828c807955dd764
parent6b50c10f675a9e8438024c5fcc592b0d38d8c62d
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]