Re: Removal of old Python2-era stuff

Robin Becker <[email protected]> Mon, 28 Feb 2022 12:31:08 +0000
Newsgroups gmane.comp.python.reportlab.user
Message-ID <[email protected]>
Hi Claude,

applied this and it worked fine for my tests, but on jenkins I was still testing with 3.6 and it turns out that the re 
module did not have a Patterns class, but instead it has _sre.SRE_Pattern so I will revert that small change in 
validators.py for now.

In practice I think we have stopped building 3.6 wheels at present because I got some weird errors about failures from 
the reportlab-mirror build wheels action.

On 25/02/2022 20:31, Claude Paroz wrote:
> Hi,
> 
> While browsing the code recently, I grouped in this patch several locations where code can be simplified due to minimal 
> Python version being now 3.6.
> 
> Regards,
> 
> Claude
......

-- 
Robin Becker