Commit ba01cca
authored
Add ChainMap into
Your website notes that the `futures.standard_library.install_aliases()` adds support for `collections.ChainMap`. I found out it didn't, it seemed this line was missing. I have tested on Python 2.7.11 and it works fine.install_aliases
1 parent fe494df commit ba01cca
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
0 commit comments