Who should see Python deprecation warnings?
Who should see Python deprecation warnings?
Posted Dec 14, 2017 9:03 UTC (Thu) by callegar (guest, #16148)Parent article: Who should see Python deprecation warnings?
Isn't this the classic situation for using environment variables? The developer declares himself as such by running with PYTHON_DEVEL=true (either by setting it directly or because his ide sets it for him) and sees all the warnings. Users don't. Plus, setuptools could be enhanced so that setup.py can lint the code.
Posted Dec 14, 2017 16:13 UTC (Thu)
by cortana (subscriber, #24596)
[Link]
Who should see Python deprecation warnings?