-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With the impending move to python 3, drop `iteritems` in favor of just using `items`. The perf hit is minimal given the size of the data, and just makes the code cleaner now that my eyes are used to python 3 code. Additionally, `text_type` doesn't really make sense here... it's already a string, no need to recast to a string.
- Loading branch information
1 parent
177925e
commit 9050d57
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters