Use dicts and lists where necessary but accept both dicts and lists of
2-tuples everywhere.
This commit is contained in:
Ian Cordasco
2012-09-02 23:09:43 -04:00
parent c8f166f696
commit 8081d7b15c
5 changed files with 61 additions and 48 deletions
+1
View File
@@ -8,6 +8,7 @@ Data structures that power Requests.
"""
class CaseInsensitiveDict(dict):
"""Case-insensitive Dictionary