Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#18645)
https://github.com/python/cpython/commit/e349e83826e0dd9fd7b0262d33700f1f92b... commit: e349e83826e0dd9fd7b0262d33700f1f92b97c73 branch: 3.7 author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> committer: GitHub <noreply@github.com> date: 2020-02-24T12:44:40+01:00 summary: Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#18645) (cherry picked from commit b942ba03b8530f26240d4e36567d2ff42d701420) Authored-by: Stefan Krah <skrah@bytereef.org> files: M Lib/test/test_buffer.py diff --git a/Lib/test/test_buffer.py b/Lib/test/test_buffer.py index f302da415d33f..08727d87d4b36 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
participants (1)
-
Miss Islington (bot)