mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
gh-123843: Remove broken links to the Zope DateTimeWiki (#123846)
Co-authored-by: Conrad Bhuiyan-Volkoff <hi@cbv.im>
This commit is contained in:
parent
aa3f11f80a
commit
93b61bc124
4 changed files with 10 additions and 15 deletions
|
|
@ -1,9 +1,13 @@
|
|||
"""Specific date/time and related types.
|
||||
|
||||
See https://data.iana.org/time-zones/tz-link.html for
|
||||
time zone and DST data sources.
|
||||
"""
|
||||
|
||||
try:
|
||||
from _datetime import *
|
||||
from _datetime import __doc__ # noqa: F401
|
||||
except ImportError:
|
||||
from _pydatetime import *
|
||||
from _pydatetime import __doc__ # noqa: F401
|
||||
|
||||
__all__ = ("date", "datetime", "time", "timedelta", "timezone", "tzinfo",
|
||||
"MINYEAR", "MAXYEAR", "UTC")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue