mirror of https://github.com/python/cpython
Marc-Andre Lemburg: add UnicodeType.
This commit is contained in:
parent
0229bf6001
commit
85eacecaa0
|
@ -17,6 +17,7 @@ except NameError:
|
|||
pass
|
||||
|
||||
StringType = type('')
|
||||
UnicodeType = type(u'')
|
||||
BufferType = type(buffer(''))
|
||||
|
||||
TupleType = type(())
|
||||
|
|
Loading…
Reference in New Issue