Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36561c5

Browse files
committed
Added BufferType, the type returned by the new builtin buffer(). Greg Stein.
1 parent 0daf022 commit 36561c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
pass
1616

1717
StringType = type('')
18+
BufferType = type(buffer(''))
1819

1920
TupleType = type(())
2021
ListType = type([])

0 commit comments

Comments
 (0)