From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:46:21 +0000 (-0700) Subject: [3.11] gh-105563: reference DateType in datetime's documentation (GH-105946) (#108790) X-Git-Tag: v3.11.6~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0701f8cabd8c0a8197711c348f01ea4bbd9727da;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-105563: reference DateType in datetime's documentation (GH-105946) (#108790) 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 d7b0401b7fee..1c2abc8cf4e3 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