Skip to content

Commit

Permalink
[3.12] gh-105563: reference DateType in datetime's documentation (GH-…
Browse files Browse the repository at this point in the history
…105946) (#108789)

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

Co-authored-by: TATHAGATA ROY <[email protected]>
  • Loading branch information
miss-islington and roy9495 authored Sep 2, 2023
1 parent 246cb64 commit 70a378c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Doc/library/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70a378c

Please sign in to comment.