gh-123843: Remove broken links to the Zope DateTimeWiki (#123846)

Co-authored-by: Conrad Bhuiyan-Volkoff <hi@cbv.im>
This commit is contained in:
Adam Turner 2024-09-08 22:39:23 -04:00 committed by GitHub
parent aa3f11f80a
commit 93b61bc124
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 15 deletions

View file

@ -1,8 +1,4 @@
"""Concrete date/time and related types.
See http://www.iana.org/time-zones/repository/tz-link.html for
time zone and DST data sources.
"""
"""Pure Python implementation of the datetime module."""
__all__ = ("date", "datetime", "time", "timedelta", "timezone", "tzinfo",
"MINYEAR", "MAXYEAR", "UTC")