]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#18645)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Feb 2020 11:44:40 +0000 (03:44 -0800)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 11:44:40 +0000 (12:44 +0100)
(cherry picked from commit b942ba03b8530f26240d4e36567d2ff42d701420)

Authored-by: Stefan Krah <skrah@bytereef.org>
Lib/test/test_buffer.py

index f302da415d33f314fb1c5a057013c52502797df3..08727d87d4b367f6aa469e2cc3407d20ad4e2e6a 100644 (file)
@@ -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