summaryrefslogtreecommitdiffstats
path: root/Lib/datetime.py
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-01-15 17:54:16 (GMT)
committerBrett Cannon <brett@python.org>2016-01-15 17:54:16 (GMT)
commit43dab4bfcfd44b517e2ef568deaed5213fc410d8 (patch)
tree8d756000e1503ca304dbadf0e184ad5ede78d0e0 /Lib/datetime.py
parent2f1a0b6ad5ea9e8d05782f7d0055c393d184d91f (diff)
parent07b954d1488c961cf8520f9bdb727925bd4b191e (diff)
downloadcpython-43dab4bfcfd44b517e2ef568deaed5213fc410d8.zip
cpython-43dab4bfcfd44b517e2ef568deaed5213fc410d8.tar.gz
cpython-43dab4bfcfd44b517e2ef568deaed5213fc410d8.tar.bz2
Merge 'used with permission' additions
Diffstat (limited to 'Lib/datetime.py')
-rw-r--r--Lib/datetime.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/datetime.py b/Lib/datetime.py
index b734a74..3206923 100644
--- a/Lib/datetime.py
+++ b/Lib/datetime.py
@@ -897,6 +897,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)