mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +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
|
ISO calendar algorithm taken from
|
||||||
http://www.phys.uu.nl/~vgent/calendar/isocalendar.htm
|
http://www.phys.uu.nl/~vgent/calendar/isocalendar.htm
|
||||||
|
(used with permission)
|
||||||
"""
|
"""
|
||||||
year = self._year
|
year = self._year
|
||||||
week1monday = _isoweek1monday(year)
|
week1monday = _isoweek1monday(year)
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
Original source: LaserJet IIP Printer User's Manual HP part no
|
Original source: LaserJet IIP Printer User's Manual HP part no
|
||||||
33471-90901, Hewlet-Packard, June 1989.
|
33471-90901, Hewlet-Packard, June 1989.
|
||||||
|
|
||||||
|
(Used with permission)
|
||||||
|
|
||||||
"""#"
|
"""#"
|
||||||
|
|
||||||
import codecs
|
import codecs
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""
|
"""
|
||||||
Python unit testing framework, based on Erich Gamma's JUnit and Kent Beck's
|
Python unit testing framework, based on Erich Gamma's JUnit and Kent Beck's
|
||||||
Smalltalk testing framework.
|
Smalltalk testing framework (used with permission).
|
||||||
|
|
||||||
This module contains the core framework classes that form the basis of
|
This module contains the core framework classes that form the basis of
|
||||||
specific test cases and suites (TestCase, TestSuite etc.), and also a
|
specific test cases and suites (TestCase, TestSuite etc.), and also a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue