mirror of
https://github.com/python/cpython.git
synced 2026-02-17 12:51:12 +00:00
[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 8f9ea43ee8)
Co-authored-by: TATHAGATA ROY <royzen9495@gmail.com>
This commit is contained in:
parent
d3476dcb84
commit
0701f8cabd
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue