]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Give proper credit for figuring out and writing PEP-3118 tests. (#18644)
authorStefan Krah <skrah@bytereef.org>
Mon, 24 Feb 2020 11:24:43 +0000 (12:24 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 11:24:43 +0000 (12:24 +0100)
Lib/test/test_buffer.py

index 0aa78016f5d1acdf66911e497171f4093df7392a..6178ffde7a5660cd1484276dec515b7f1fcd09e6 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