From: TATHAGATA ROY Date: Fri, 1 Sep 2023 20:36:24 +0000 (+0530) Subject: gh-105563: reference DateType in datetime's documentation (#105946) X-Git-Tag: v3.13.0a1~658 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f9ea43ee805f98391f857397daac9df7ffa71cd;p=thirdparty%2FPython%2Fcpython.git gh-105563: reference DateType in datetime's documentation (#105946) --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 400c369a9bb7..04cc75562937 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 `_ Third-party library with expanded time zone and parsing support. + Package `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