mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Added BufferType, the type returned by the new builtin buffer(). Greg Stein.
This commit is contained in:
parent
0daf022225
commit
36561c5de4
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ except NameError:
|
|||
pass
|
||||
|
||||
StringType = type('')
|
||||
BufferType = type(buffer(''))
|
||||
|
||||
TupleType = type(())
|
||||
ListType = type([])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue