Andrea Tartaglia
|
ef391a11ec
|
Removed dict.iteritems() in modules. (#18859)
This is for py3 compatibility, addressed in #18506
|
2016-12-12 15:16:23 -08:00 |
James Cammarata
|
fa5386c488
|
Some additional module cleanup of mistakes made during merging
|
2016-12-08 11:35:20 -05:00 |
James Cammarata
|
8afa090417
|
Resolving differences in core modules post-merge
|
2016-12-08 11:25:36 -05:00 |
Toshio Kuratomi
|
7319104552
|
Refreshed metadata for core modules
|
2016-12-08 11:25:35 -05:00 |
Dag Wieers
|
54fdff16db
|
Performance improvement using in-operator on dicts
Just a small cleanup for the existing occurrences.
Using the in-operator for hash lookups is faster than using .keys()
http://stackoverflow.com/questions/29314269/why-do-key-in-dict-and-key-in-dict-keys-have-the-same-output
|
2016-12-08 11:25:31 -05:00 |
Gabriele
|
3c257688bc
|
Fixing nxos_igmp_interface (#5010)
|
2016-12-08 11:25:17 -05:00 |
GGabriele
|
174ffde2e9
|
Adding nxos_igmp_interface
|
2016-12-08 11:25:00 -05:00 |