v2.0.3
2.0.3 (2014-12-17)
- Dropped the class-wide FauxFactory deprecation warning.
- Refactored the
deprecated
decorator function to comply with pylint
and flake8. - Make gen_netmask verify function arguments.
- Make
gen_netmask
raise aValueError
ifmin_cidr
is less than
0 ormax_cidr
is greater than 32. Add tests for this boundary
checking code. - Improvements to constants and documentation.