From: Stefan Krah Date: Mon, 24 Feb 2020 11:24:43 +0000 (+0100) Subject: Give proper credit for figuring out and writing PEP-3118 tests. (#18644) X-Git-Tag: v3.9.0a4~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b942ba03b8530f26240d4e36567d2ff42d701420;p=thirdparty%2FPython%2Fcpython.git Give proper credit for figuring out and writing PEP-3118 tests. (#18644) --- diff --git a/Lib/test/test_buffer.py b/Lib/test/test_buffer.py index 0aa78016f5d1..6178ffde7a56 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