diff options
author | Brett Cannon <brett@python.org> | 2016-01-15 17:53:51 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-01-15 17:53:51 (GMT) |
commit | 07b954d1488c961cf8520f9bdb727925bd4b191e (patch) | |
tree | 341b861568eb991b60d91b66788ed2c2127dbd37 /Lib/unittest | |
parent | 45adb3100bd8a3f88c382750b6c4d8d9203cbcd2 (diff) | |
download | cpython-07b954d1488c961cf8520f9bdb727925bd4b191e.zip cpython-07b954d1488c961cf8520f9bdb727925bd4b191e.tar.gz cpython-07b954d1488c961cf8520f9bdb727925bd4b191e.tar.bz2 |
Add some "used with permission" mentions where external resources are referenced.
Permission was validated prior to adding these markings.
Diffstat (limited to 'Lib/unittest')
-rw-r--r-- | Lib/unittest/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest/__init__.py b/Lib/unittest/__init__.py index f6d7ae2..7f61a80 100644 --- a/Lib/unittest/__init__.py +++ b/Lib/unittest/__init__.py @@ -1,6 +1,6 @@ """ 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 specific test cases and suites (TestCase, TestSuite etc.), and also a |