• Tim Peters's avatar
    Merge rev 31012 from 3.4 branch. · a58e7181
    Tim Peters authored
    load() and loadEx():  eliminate gratuitous differences.
    
    Ideally, load() should call loadEx() instead, but we really
    don't want "an extra" Python-level call here (heavily used).
    
    loadEx():  deleted pointless call of self._read_txn_header().
    
    ServerStub.loadEx() comments:  these were obviously wrong in
    several ways, but I don't know the full truth.  Better to
    say so up front than to leave them clearly wrong, though.
    a58e7181
ServerStub.py 10.4 KB