Skip to content

Commit b942ba0

Browse files
author
Stefan Krah
authored
Give proper credit for figuring out and writing PEP-3118 tests. (#18644)
1 parent ee3bac4 commit b942ba0

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)