<p dir="ltr">+1 from me as well.</p>
<br><div class="gmail_quote"><div dir="ltr">On Sat, Nov 18, 2017, 02:36 Serhiy Storchaka, <<a href="mailto:storchaka@gmail.com">storchaka@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">18.11.17 03:22, Victor Stinner пише:<br>
> I noticed that Python not only hides DeprecationWarning, but also<br>
> PendingDeprecationWarning and ImportWarning by default. While I<br>
> understand why we decided to hide these warnings to users for a Python<br>
> compiled in release mode, why are they hidden in Python debug builds?<br>
><br>
> I'm asking the question because in debug mode, Python shows<br>
> ResourceWarning warnings (whereas these warnings are hidden in release<br>
> mode). Why only displaying ResourceWarning, but not other warnings in<br>
> debug mode?<br>
<br>
+1 for showing all warning (except maybe PendingDeprecationWarning) in<br>
the debug build! I constantly forgot about this.<br>
<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</blockquote></div>