mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
Add some "used with permission" mentions where external resources are referenced.
Permission was validated prior to adding these markings.
This commit is contained in:
parent
45adb3100b
commit
07b954d148
3 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue