8000 gh-105563: reference DateType in datetime's documentation (#105946) · python/cpython@8f9ea43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f9ea43

Browse files
authored
gh-105563: reference DateType in datetime's documentation (#105946)
1 parent 6f97eee commit 8f9ea43

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)
0