Skip to content

Commit 3afdc9a

Browse files
roy9495miss-islington
authored andcommitted
pythongh-105563: reference DateType in datetime's documentation (pythonGH-105946)
(cherry picked from commit 8f9ea43) Co-authored-by: TATHAGATA ROY <[email protected]>
1 parent d3476dc commit 3afdc9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/datetime.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ on efficient attribute extraction for output formatting and manipulation.
3737
Package `dateutil <https://dateutil.readthedocs.io/en/stable/>`_
3838
Third-party library with expanded time zone and parsing support.
3939

40+
Package `DateType <https://pypi.org/project/datetype/>`_
41+
Third-party library that introduces distinct static types to e.g. allow static type checkers
42+
to differentiate between naive and aware datetimes.
43+
4044
.. _datetime-naive-aware:
4145

4246
Aware and Naive Objects

0 commit comments

Comments
 (0)