Kaydet (Commit) 85eaceca authored tarafından Guido van Rossum's avatar Guido van Rossum

Marc-Andre Lemburg: add UnicodeType.

üst 0229bf60
...@@ -17,6 +17,7 @@ except NameError: ...@@ -17,6 +17,7 @@ except NameError:
pass pass
StringType = type('') StringType = type('')
UnicodeType = type(u'')
BufferType = type(buffer('')) BufferType = type(buffer(''))
TupleType = type(()) TupleType = type(())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment