• Raymond Hettinger's avatar
    As discussed on python-dev, remove several operator functions · 89e12963
    Raymond Hettinger yazdı
    isSequenceType(), isMappingType(), and isNumberType() in favor
    of using abstract base classes.  Also, remove repeat() and irepeat()
    in favor of mul() and imul().
    
    After the buildbots have had a go at this.  Will backport to Py3.0.1.
    For Py2.7, will just mark as deprecated.
    89e12963
test_operator.py 16.6 KB