]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-105563: reference DateType in datetime's documentation (GH-105946) (#108790)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 Sep 2023 20:46:21 +0000 (13:46 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Sep 2023 20:46:21 +0000 (20:46 +0000)
gh-105563: reference DateType in datetime's documentation (GH-105946)
(cherry picked from commit 8f9ea43ee805f98391f857397daac9df7ffa71cd)

Co-authored-by: TATHAGATA ROY <royzen9495@gmail.com>
Doc/library/datetime.rst

index d7b0401b7feef8fa060f54990a460e0fc12d471c..1c2abc8cf4e30e9147b85997a50c3cd5bbe98c74 100644 (file)
@@ -37,6 +37,10 @@ on efficient attribute extraction for output formatting and manipulation.
    Package `dateutil <https://dateutil.readthedocs.io/en/stable/>`_
       Third-party library with expanded time zone and parsing support.
 
+   Package `DateType <https://pypi.org/project/datetype/>`_
+      Third-party library that introduces distinct static types to e.g. allow static type checkers
+      to differentiate between naive and aware datetimes.
+
 .. _datetime-naive-aware:
 
 Aware and Naive Objects