Commit 85eaceca authored by Guido van Rossum's avatar Guido van Rossum

Marc-Andre Lemburg: add UnicodeType.

parent 0229bf60
......@@ -17,6 +17,7 @@ except NameError:
pass
StringType = type('')
UnicodeType = type(u'')
BufferType = type(buffer(''))
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