New submission from STINNER Victor <victor.stin...@gmail.com>: Related python-dev thread: https://mail.python.org/pipermail/python-dev/2017-November/150608.html "[Python-Dev] Show DeprecationWarning in debug mode?"
I propose to display Display DeprecationWarning, PendingDeprecationWarning and ImportWarning when Python is compiled in debug mode. Attached PR implements proposed change. ---------- components: Library (Lib) messages: 306547 nosy: vstinner priority: normal severity: normal status: open title: Display DeprecationWarning, PendingDeprecationWarning and ImportWarning in debug mode type: enhancement versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32088> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com