mpenning / ciscoconfparse

Parse, Audit, Query, Build, and Modify Arista / Cisco / Juniper / Palo Alto / F5 configurations.
http://www.pennington.net/py/ciscoconfparse/
GNU General Public License v3.0
793 stars 220 forks source link

The keyword formerly called `all_children` is now called `recurse` #159

Closed mpenning closed 5 years ago

mpenning commented 5 years ago

CiscoConfParse has methods named find_objects_w_all_children(); using a keyword called all_children with that method looks wrong.

I do not like breaking API changes; however, starting with CiscoConfParse version 1.4.0, recurse will replace the keyword called all_children.

I apologize in advance for the inconvenience and potentially breaking scripts.

mpenning commented 5 years ago

This change is now live for version >= 1.4.0