bpo-32088: Display Deprecation in debug mode (#4474)
When Python is build is debug mode (Py_DEBUG), DeprecationWarning, PendingDeprecationWarning and ImportWarning warnings are now displayed by default. test_venv: run "-m pip" and "-m ensurepip._uninstall" with -W ignore::DeprecationWarning since pip code is not part of Python.
V
Victor Stinner committed
895862aa01793a26e74512befb0c66a1da2587d6
Parent: c5a2071
Committed by Łukasz Langa <lukasz@langa.pl>
on 11/20/2017, 5:47:03 PM