summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-02-24 11:44:06 (GMT)
committerGitHub <noreply@github.com>2020-02-24 11:44:06 (GMT)
commit45cc9ce4de0a333a3beb0111741de0e8ea6b5a26 (patch)
treed360c076843bf30cd87eafa6542360e614d2cb33 /Lib/test
parentaa8213486f69c15bb9e07d2232d19bf2e9875070 (diff)
downloadcpython-45cc9ce4de0a333a3beb0111741de0e8ea6b5a26.zip
cpython-45cc9ce4de0a333a3beb0111741de0e8ea6b5a26.tar.gz
cpython-45cc9ce4de0a333a3beb0111741de0e8ea6b5a26.tar.bz2
Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#18646)
(cherry picked from commit b942ba03b8530f26240d4e36567d2ff42d701420) Authored-by: Stefan Krah <skrah@bytereef.org>
Diffstat (limited to 'Lib/test')
-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 47413c0..dd84faf 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