pabigot / pyxb

Python XML Schema Bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyXB should use python warnings module where appropriate

CausticYarn opened this issue · 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.