Comment 6 for bug 794880

Revision history for this message
Tsung-Hsiang Chang (vgod) wrote : Re: Region.type() conflict with builtin type() function

btw, the builtin type function can be called using __builtin__.type().
(You would also need to import __builtin__)