From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 2 Sep 2023 21:44:06 +0000 (-0700) Subject: [3.12] gh-105563: reference DateType in datetime's documentation (GH-105946) (#108789) X-Git-Tag: v3.12.0rc2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70a378c88871b1cfac56cfdecde31a4adaac929a;p=thirdparty%2FPython%2Fcpython.git [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 8f9ea43ee805f98391f857397daac9df7ffa71cd) Co-authored-by: TATHAGATA ROY --- 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