From 07b954d1488c961cf8520f9bdb727925bd4b191e Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 15 Jan 2016 09:53:51 -0800 Subject: Add some "used with permission" mentions where external resources are referenced. Permission was validated prior to adding these markings. --- Lib/datetime.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/datetime.py') diff --git a/Lib/datetime.py b/Lib/datetime.py index b9719cbb48..2f9421829e 100644 --- a/Lib/datetime.py +++ b/Lib/datetime.py @@ -896,6 +896,7 @@ class date: ISO calendar algorithm taken from http://www.phys.uu.nl/~vgent/calendar/isocalendar.htm + (used with permission) """ year = self._year week1monday = _isoweek1monday(year) -- cgit v1.2.1