From: Ezio Melotti Date: Sat, 13 Apr 2013 17:12:38 +0000 (+0300) Subject: #17571: remove broken links in datetime.py docstring. X-Git-Tag: v3.3.2~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f756f947f95b4b094d75f98d74b96ab3061133a3;p=thirdparty%2FPython%2Fcpython.git #17571: remove broken links in datetime.py docstring. --- diff --git a/Lib/datetime.py b/Lib/datetime.py index f506e9ab22f9..95466d5e9d12 100644 --- a/Lib/datetime.py +++ b/Lib/datetime.py @@ -1,19 +1,7 @@ -"""Concrete date/time and related types -- prototype implemented in Python. +"""Concrete date/time and related types. -See http://www.zope.org/Members/fdrake/DateTimeWiki/FrontPage - -See also http://dir.yahoo.com/Reference/calendars/ - -For a primer on DST, including many current DST rules, see -http://webexhibits.org/daylightsaving/ - -For more about DST than you ever wanted to know, see -ftp://elsie.nci.nih.gov/pub/ - -Sources for time zone and DST data: http://www.twinsun.com/tz/tz-link.htm - -This was originally copied from the sandbox of the CPython CVS repository. -Thanks to Tim Peters for suggesting using it. +See http://www.iana.org/time-zones/repository/tz-link.html for +time zone and DST data sources. """ import time as _time