(original) (raw)
On Mon, Nov 6, 2017 at 7:23 PM, Terry Reedy <tjreedy@udel.edu> wrote:
On 11/6/2017 9:47 PM, Nick Coghlan wrote:
\[...\]
\- "only show me legacy calls in \*my\* code" (the "I trust my deps to
take care of themselves" use case)
Perhaps this should be the new default, where 'my code' means everything under the directory containing the startup file. If an app developer either fixes or suppresses warnings from app code when they first appear, then users will seldom or never see warnings. So for users, this would then be close to the current default.
Yes, this or a close a variant sounds like a decent option.
--
--Guido van Rossum (python.org/\~guido)