mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
Merge 'used with permission' additions
This commit is contained in:
commit
43dab4bfcf
3 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue