[Python-Dev] Removing operator.isMappingType

Raymond Hettinger raymond.hettinger at verizon.net
Tue Nov 18 16:17:09 EST 2003


My previous posting on this didn't get resolved.  
This issue is that the function doesn't work:
>>> map(operator.isMappingType, ['', u'', (), [], {}])
[True, True, True, True, True]
 
If someone thinks this should not be removed, please speak up.
 
 
Raymond Hettinger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20031118/24fb088f/attachment.html


More information about the Python-Dev mailing list