Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(19)

Unified Diff: Lib/test/test_mutants.py

Issue 602: range: lean and mean (Closed) SVN Base: http://svn.python.org/view/*checkout*/python/branches/py3k/
Patch Set: __len__ is back! Created 5 months, 2 weeks ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
Index: Lib/test/test_mutants.py
===================================================================
--- Lib/test/test_mutants.py (revision 62635)
+++ Lib/test/test_mutants.py (working copy)
@@ -128,8 +128,8 @@
# Fill the dicts without mutating them.
mutate = 0
- dict1keys = fill_dict(dict1, range(n), n)
- dict2keys = fill_dict(dict2, range(n), n)
+ dict1keys = fill_dict(dict1, list(range(n)), n)
+ dict2keys = fill_dict(dict2, list(range(n)), n)
# Enable mutation, then compare the dicts so long as they have the
# same size.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r338