summaryrefslogtreecommitdiff
path: root/Lib/test/test_buffer.py
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2020-02-24 12:24:43 +0100
committerGitHub <noreply@github.com>2020-02-24 12:24:43 +0100
commitb942ba03b8530f26240d4e36567d2ff42d701420 (patch)
treeacb9d384ca3864fb2abe8c5b0c3243014084b572 /Lib/test/test_buffer.py
parentee3bac4cba56b51ce924f13d77b97131eec1a865 (diff)
downloadcpython-git-b942ba03b8530f26240d4e36567d2ff42d701420.tar.gz
Give proper credit for figuring out and writing PEP-3118 tests. (#18644)
Diffstat (limited to 'Lib/test/test_buffer.py')
-rw-r--r--Lib/test/test_buffer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_buffer.py b/Lib/test/test_buffer.py
index 0aa78016f5..6178ffde7a 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