pyxb
pyxb copied to clipboard
PyXB should use python warnings module where appropriate
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.