pyxb icon indicating copy to clipboard operation
pyxb copied to clipboard

PyXB should use python warnings module where appropriate

Open CausticYarn opened this issue 8 years ago • 0 comments

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.

CausticYarn avatar Feb 15 '17 01:02 CausticYarn