tkwant.TkwantDeprecationWarning

exception tkwant.TkwantDeprecationWarning[source]

Class of warnings about a deprecated feature of tkwant.

DeprecationWarning has been made invisible by default in Python 2.7 in order to not confuse non-developer users with warnings that are not relevant to them. In the case of tkwant, by far most users are developers, so we feel that a TkwantDeprecationWarning that is visible by default is useful.