]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-105563: reference DateType in datetime's documentation (#105946)
authorTATHAGATA ROY <royzen9495@gmail.com>
Fri, 1 Sep 2023 20:36:24 +0000 (02:06 +0530)
committerGitHub <noreply@github.com>
Fri, 1 Sep 2023 20:36:24 +0000 (13:36 -0700)
Doc/library/datetime.rst

index 400c369a9bb736dd750a51b9a21c7c594aa1c4de..04cc75562937e0ee49e3ba5263faec2cbae4c628 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