[3.12] gh-105563: reference DateType in datetime's documentation (GH-105946) (#108789)

gh-105563: reference DateType in datetime's documentation (GH-105946)
(cherry picked from commit 8f9ea43ee8)

Co-authored-by: TATHAGATA ROY <royzen9495@gmail.com>
This commit is contained in:
Miss Islington (bot) 2023-09-02 14:44:06 -07:00 committed by GitHub
parent 246cb64984
commit 70a378c888
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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