[Python-checkins] Give proper credit for figuring out and writing PEP-3118 tests. (#18644)

Stefan Krah webhook-mailer at python.org
Mon Feb 24 06:24:51 EST 2020


https://github.com/python/cpython/commit/b942ba03b8530f26240d4e36567d2ff42d701420
commit: b942ba03b8530f26240d4e36567d2ff42d701420
branch: master
author: Stefan Krah <skrah at bytereef.org>
committer: GitHub <noreply at github.com>
date: 2020-02-24T12:24:43+01:00
summary:

Give proper credit for figuring out and writing PEP-3118 tests. (#18644)

files:
M Lib/test/test_buffer.py

diff --git a/Lib/test/test_buffer.py b/Lib/test/test_buffer.py
index 0aa78016f5d1a..6178ffde7a566 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



More information about the Python-checkins mailing list