Skip to content

Commit e229e8a

Browse files
authored
Merge pull request #266 from python/master
Give proper credit for figuring out and writing PEP-3118 tests. (python#18644)
2 parents 7b90f65 + b942ba0 commit e229e8a

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)