• Tim Peters's avatar
    Collector 1873. · e0a3c604
    Tim Peters authored
    update_from_seq():  If PySequence_Check(seq) returns true,
    go on to check for the existence of "iteritems" when deciding
    whether the input is or is not "a sequence".  Alas,
    PySequence_Check() does return true for PersistentMapping and
    PersistentDict instances, so that they couldn't be used as
    arguments to BTree/Bucket construction or update().
    
    This is nasty type-sniffing, but it was before too.  There's
    no way to make such stuff bulletproof, so I'm settling for
    incremental improvement.
    e0a3c604
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS.txt 115 KB