• Guido van Rossum's avatar
    Fixed to the point that all unit tests pass again. (However, I get 4 · 2043513b
    Guido van Rossum yazdı
    "exception in thread" messages, one about a killed locker, and three
    assertions.)  Details:
    
    test/test_dbshelve.py:
    - kill reference to InstanceType
    
    test/test_basics.py:
    - use // for int division
    - use 'in' instead of has_key
    
    dbshelve.py:
    - fix bug in previous has_key fix, use self.db.has_key instead of self.has_key
    
    dbtables.py:
    - use 'in' instead of has_key
    
    dbutils.py:
    - fix bug in previous has_key fix, test for 'max_retries', not 'max_tries'
    2043513b
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
test_1413192.py Loading commit data...
test_all.py Loading commit data...
test_associate.py Loading commit data...
test_basics.py Loading commit data...
test_compare.py Loading commit data...
test_compat.py Loading commit data...
test_cursor_pget_bug.py Loading commit data...
test_dbobj.py Loading commit data...
test_dbshelve.py Loading commit data...
test_dbtables.py Loading commit data...
test_env_close.py Loading commit data...
test_get_none.py Loading commit data...
test_join.py Loading commit data...
test_lock.py Loading commit data...
test_misc.py Loading commit data...
test_pickle.py Loading commit data...
test_queue.py Loading commit data...
test_recno.py Loading commit data...
test_sequence.py Loading commit data...
test_thread.py Loading commit data...