[Python-Dev] Summary of Python tracker Issues

2022-06-03 Thread Python tracker
ACTIVITY SUMMARY (2022-05-27 - 2022-06-03) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open7146 ( +0) closed 51841 ( +0) total 58987 ( +0) Open issues wi

[Python-Dev] Re: [RELEASE] The second Python 3.11 beta (3.11.0b2) is available

2022-06-03 Thread Pablo Galindo Salgado
Hi Robin, The correct range requirements are mandatory from beta 2. There will be 2 more betas after beta 3: beta4 and beta5. Please, check out the release announcement for beta3. Cheers, Pablo Galindo Salgado On Fri, 3 Jun 2022, 09:56 Robin Becker, wrote: > On 01/06/2022 16:58, Pablo Galindo

[Python-Dev] Re: [RELEASE] The second Python 3.11 beta (3.11.0b2) is available

2022-06-03 Thread Robin Becker
On 01/06/2022 16:58, Pablo Galindo Salgado wrote: Update: we have decided to release Python 3.11.0b3. Let's hope this one is free of the curse :) Hi I hade a couple of failures related to the compile failure for ASTs with wrongly ranged start-end attributes. After spending a while so