BadPython.com
Submit Bad Python
Suggestion for
"Mutable dict construction"
The copy method is a more efficient way to do this.
my_mapping = pairs.copy()
Next Suggestion:
dict constructor takes an iterable of pairs