Ignore Python Deprecation Warnings

Need to silence or ignore Python Deprecation Warnings? Use:

#!/usr/bin/env python -W ignore::DeprecationWarning

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

How would you do that in an

How would you do that in an Apache httpd.conf?