Files
cpython/Include
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-02-28 23:46:34 +00:00
2001-08-02 04:15:00 +00:00
2001-08-02 04:15:00 +00:00
2002-05-04 05:36:06 +00:00
2002-04-22 02:33:27 +00:00
2001-12-06 06:23:26 +00:00
2002-04-28 04:11:46 +00:00
2002-05-15 18:24:06 +00:00
2002-05-15 18:24:06 +00:00
2001-10-05 22:06:45 +00:00