(original) (raw)
+1 from me as well.
On Sat, Nov 18, 2017, 02:36 Serhiy Storchaka, <storchaka@gmail.com> wrote:
18.11.17 03:22, Victor Stinner пише:
\> I noticed that Python not only hides DeprecationWarning, but also
\> PendingDeprecationWarning and ImportWarning by default. While I
\> understand why we decided to hide these warnings to users for a Python
\> compiled in release mode, why are they hidden in Python debug builds?
\>
\> I'm asking the question because in debug mode, Python shows
\> ResourceWarning warnings (whereas these warnings are hidden in release
\> mode). Why only displaying ResourceWarning, but not other warnings in
\> debug mode?
+1 for showing all warning (except maybe PendingDeprecationWarning) in
the debug build! I constantly forgot about this.
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/brett%40python.org