From a9a964568e458f6f3f8b1736c5ac4dff3c059686 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Mon, 24 Feb 2020 11:48:37 +0100 Subject: [PATCH] Give proper credit for figuring out and writing PEP-3118 tests. --- Lib/test/test_buffer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/test/test_buffer.py b/Lib/test/test_buffer.py index 0aa78016f5d1ac..6178ffde7a5660 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