On Thu, Feb 16, 2012 at 1:40 PM, Philip Jenvey <pjen...@underboss.org> wrote: > What about a PendingDeprecationWarning? I think you're usually only going to > convert DeprecationWarnings to errors (with python -W > error::DeprecationWarning or warnings.simplefilter('error', > DeprecationWarning))
Think "-Wall" for strict testing regimes :) If you trawl back in the archives a few years, you'll find I've historically been on the *other* side of this kind of argument. I've since come to recognise that programmatic deprecation really is a big hammer that hits the wider Python community - it needs to be treated with appropriate respect. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com