This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients
Date 2003-05-17.01:28:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

I actually get a failure with 2.3b1 under OS X at the first assert:

Traceback (most recent call last):
  File "shelve_test.py", line 42, in ?
    validate() 
  File "shelve_test.py", line 30, in validate
    assert len(actual_keys) == len(expected_keys), 'expected %s -- got %s' % 
(len(expected_keys),  
AssertionError: expected 100 -- got 0
History
Date User Action Args
2007-08-23 13:59:29adminlinkissue523425 messages
2007-08-23 13:59:29admincreate