8000 [3.12] gh-105563: reference DateType in datetime's documentation (GH-… · python/cpython@70a378c · GitHub
[go: up one dir, main page]

Skip to content

Commit 70a378c

Browse files
[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 8f9ea43) Co-authored-by: TATHAGATA ROY <royzen9495@gmail.com>
1 parent 246cb64 commit 70a378c

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