summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_enumerate.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Removed the generator future-stmt -- not needed for 2.3.Tim Peters2002-06-201-1/+0
* - New builtin function enumerate(x), from PEP 279. Example:Guido van Rossum2002-04-261-0/+118