Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43dab4b

Browse files
committed
Merge 'used with permission' additions
2 parents 2f1a0b6 + 07b954d commit 43dab4b

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lib/datetime.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,7 @@ def isocalendar(self):
897897
898898
ISO calendar algorithm taken from
899899
http://www.phys.uu.nl/~vgent/calendar/isocalendar.htm
900+
(used with permission)
900901
"""
901902
year = self._year
902903
week1monday = _isoweek1monday(year)

Lib/encodings/hp_roman8.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
Original source: LaserJet IIP Printer User's Manual HP part no
66
33471-90901, Hewlet-Packard, June 1989.
77
8+
(Used with permission)
9+
810
"""#"
911

1012
import codecs

Lib/unittest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Python unit testing framework, based on Erich Gamma's JUnit and Kent Beck's
3-
Smalltalk testing framework.
3+
Smalltalk testing framework (used with permission).
44
55
This module contains the core framework classes that form the basis of
66
specific test cases and suites (TestCase, TestSuite etc.), and also a

0 commit comments

Comments
 (0)