From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 24 Feb 2020 11:44:06 +0000 (-0800) Subject: Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#18646) X-Git-Tag: v3.8.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45cc9ce4de0a333a3beb0111741de0e8ea6b5a26;p=thirdparty%2FPython%2Fcpython.git Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#18646) (cherry picked from commit b942ba03b8530f26240d4e36567d2ff42d701420) Authored-by: Stefan Krah --- diff --git a/Lib/test/test_buffer.py b/Lib/test/test_buffer.py index 47413c03d663..dd84faf371e7 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