PyXB should use python warnings module where appropriate
CausticYarn opened this issue · comments
Paul Londino commented
For something like pyxb.binding.basis.Deprecated, PyXB should use the "warnings" module. This seem like the correct way to handle issues that affect developers (not using deprecated modules) but not end users.