summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTATHAGATA ROY <royzen9495@gmail.com>2023-09-01 20:36:24 (GMT)
committerGitHub <noreply@github.com>2023-09-01 20:36:24 (GMT)
commit8f9ea43ee805f98391f857397daac9df7ffa71cd (patch)
tree6e528613906bcde2b403ad5b8221be8141391385
parent6f97eeec222f81bd7ae836c149872a40b079e2a6 (diff)
downloadcpython-8f9ea43ee805f98391f857397daac9df7ffa71cd.zip
cpython-8f9ea43ee805f98391f857397daac9df7ffa71cd.tar.gz
cpython-8f9ea43ee805f98391f857397daac9df7ffa71cd.tar.bz2
gh-105563: reference DateType in datetime's documentation (#105946)
-rw-r--r--Doc/library/datetime.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index 400c369..04cc755 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -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