[reportlab-users] deprecation warning

Christoph Zwerschke cito at online.de
Fri Mar 19 07:35:30 EDT 2021


On 19.03.2021 12:24, Frank Millman wrote:
 > Maybe they are running their program using 'python -W default'?

Or they are using a debug build of Python, or running in development 
mode. In release builds the deprecation warnings are ignored in the 
default filter.

The warnings should actually also show when you're running the main 
module, see https://www.python.org/dev/peps/pep-0565/
Therefore I currently don't understand why they don't show when you 
enter the command in the REPL without "-W default".

-- Christoph


More information about the reportlab-users mailing list