summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_userdict.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the test so it uses IterableUserDict for the "for x in dict" test.Guido van Rossum2001-08-071-2/+2
* Give UserDict new __contains__ and __iter__ methods.Tim Peters2001-04-211-1/+15
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-20/+21
* Test suite for UserDictGuido van Rossum1999-03-261-0/+101