Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f756f94

Browse files
committed
#17571: remove broken links in datetime.py docstring.
1 parent ac3da87 commit f756f94

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

Lib/datetime.py

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
"""Concrete date/time and related types -- prototype implemented in Python.
1+
"""Concrete date/time and related types.
22
3-
See http://www.zope.org/Members/fdrake/DateTimeWiki/FrontPage
4-
5-
See also http://dir.yahoo.com/Reference/calendars/
6-
7-
For a primer on DST, including many current DST rules, see
8-
http://webexhibits.org/daylightsaving/
9-
10-
For more about DST than you ever wanted to know, see
11-
ftp://elsie.nci.nih.gov/pub/
12-
13-
Sources for time zone and DST data: http://www.twinsun.com/tz/tz-link.htm
14-
15-
This was originally copied from the sandbox of the CPython CVS repository.
16-
Thanks to Tim Peters for suggesting using it.
3+
See http://www.iana.org/time-zones/repository/tz-link.html for
4+
time zone and DST data sources.
175
"""
186

197
import time as _time

0 commit comments

Comments
 (0)