diff options
author | Stefan Krah <skrah@bytereef.org> | 2020-02-24 11:24:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 11:24:43 (GMT) |
commit | b942ba03b8530f26240d4e36567d2ff42d701420 (patch) | |
tree | acb9d384ca3864fb2abe8c5b0c3243014084b572 | |
parent | ee3bac4cba56b51ce924f13d77b97131eec1a865 (diff) | |
download | cpython-b942ba03b8530f26240d4e36567d2ff42d701420.zip cpython-b942ba03b8530f26240d4e36567d2ff42d701420.tar.gz cpython-b942ba03b8530f26240d4e36567d2ff42d701420.tar.bz2 |
Give proper credit for figuring out and writing PEP-3118 tests. (#18644)
-rw-r--r-- | Lib/test/test_buffer.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_buffer.py b/Lib/test/test_buffer.py index 0aa7801..6178ffd 100644 --- a/Lib/test/test_buffer.py +++ b/Lib/test/test_buffer.py @@ -10,6 +10,8 @@ # the same way as the original. Thus, a substantial part of the # memoryview tests is now in this module. # +# Written and designed by Stefan Krah for Python 3.3. +# import contextlib import unittest |