[Python-Dev] operator.isMappingType
Raymond Hettinger
raymond.hettinger at verizon.net
Sat Nov 8 07:22:58 EST 2003
>>> import operator
>>> map(operator.isMappingType, [(), [], '', u'', {}])
[True, True, True, True, True]
We did not resolve this when it came up before. Would there be any
objections to my removing operator.isMappingType()?
Raymond Hettinger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20031108/dfc567ff/attachment.html
More information about the Python-Dev
mailing list