<p dir="ltr">Le 8 févr. 2016 9:34 PM, "Guido van Rossum" <<a href="mailto:guido@python.org">guido@python.org</a>> a écrit :<br>
> If you want to do linter integration that should probably be<br>
> integrated with the user's editor, like it is in PyCharm, and IIUC<br>
> people can do this in e.g. Emacs, Sublime or Vim as well. Leave the<br>
> interpreter alone.</p>
<p dir="ltr">In GCC, warnings are welcome because it does one thing: compile code. GCC is used by developers. Users use the produced binary.</p>
<p dir="ltr">In Python, it's different because it executes code and runs code. It's used by developers and users.</p>
<p dir="ltr">It's more tricky to make choices like showing or not deprecation warnings.</p>
<p dir="ltr">It looks like most Python developers prefer to use an external linter.</p>
<p dir="ltr">I don't really care of the warning, I will remove it.<br></p>
<p dir="ltr">> I haven't seen this warning yet. I take it this is new in the 3.6 branch?</p>
<p dir="ltr">Yes it's a recent change in the default branch (a few hours ago).</p>
<p dir="ltr">Victor</p>