Guido van Rossum cacfc07d08 - A new type object, 'string', is added. This is a common base type
for 'str' and 'unicode', and can be used instead of
  types.StringTypes, e.g. to test whether something is "a string":
  isinstance(x, string) is True for Unicode and 8-bit strings.  This
  is an abstract base class and cannot be instantiated directly.
2002-05-24 19:01:59 +00:00
..
2002-05-20 13:56:11 +00:00
2002-01-23 15:51:12 +00:00
2002-02-27 13:29:46 +00:00
2002-04-23 20:31:01 +00:00