[Python-Dev] type categories -- an example

Guido van Rossum guido@python.org
Mon, 19 Aug 2002 20:42:50 -0400


> But is it guaranteed that re.compile will always yield
> an object of the same type?

There are no guarantees in life, but I expect that that is something
that plenty of code depends on, so it will likely stay that way.

--Guido van Rossum (home page: http://www.python.org/~guido/)