mirror of
https://github.com/python/cpython.git
synced 2025-11-03 15:11:34 +00:00
Marc-Andre Lemburg: add UnicodeType.
This commit is contained in:
parent
0229bf6001
commit
85eacecaa0
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
pass
|
pass
|
||||||
|
|
||||||
StringType = type('')
|
StringType = type('')
|
||||||
|
UnicodeType = type(u'')
|
||||||
BufferType = type(buffer(''))
|
BufferType = type(buffer(''))
|
||||||
|
|
||||||
TupleType = type(())
|
TupleType = type(())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue