Skip to content

Commit 45cc9ce

Browse files
Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#18646)
(cherry picked from commit b942ba0) Authored-by: Stefan Krah <[email protected]>
1 parent aa82134 commit 45cc9ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_buffer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# the same way as the original. Thus, a substantial part of the
1111
# memoryview tests is now in this module.
1212
#
13+
# Written and designed by Stefan Krah for Python 3.3.
14+
#
1315

1416
import contextlib
1517
import unittest

0 commit comments

Comments
 (0)