[python-committers] Re: Consider adding a Tier 3 to tiered platform support

2022-04-08 Thread Brett Cannon
On Fri, Apr 8, 2022 at 5:03 AM Marc-Andre Lemburg wrote: > On 06.04.2022 20:48, Brett Cannon wrote: > > Last chance on whether my tier 3 proposal make sense! I will take > silence as > > acceptance and plan to convert any current tier 2 platform with a single > core > > dev to tier 3 and then ask

[python-committers] Re: Consider adding a Tier 3 to tiered platform support

2022-04-08 Thread Marc-Andre Lemburg
On 06.04.2022 20:48, Brett Cannon wrote: > Last chance on whether my tier 3 proposal make sense! I will take silence as > acceptance and plan to convert any current tier 2 platform with a single core > dev to tier 3 and then ask the SC to approve/reject the list of platforms. I > will also update t

[python-committers] Re: [IMPORTANT] Preparations for 3.11.0 beta 1

2022-04-08 Thread Petr Viktorin
On 08. 04. 22 9:51, Inada Naoki wrote: Thank you, Victor. I had considered dropping (a) from the PEP. But I keep them because: * I rushed to write PEP, before 3.11 beta. * In the "Backward compatibility" section in the PEP, I want to mention `locale.getencoding()` and `encoding="locale"` * But

[python-committers] Re: [IMPORTANT] Preparations for 3.11.0 beta 1

2022-04-08 Thread Inada Naoki
Thank you, Victor. I had considered dropping (a) from the PEP. But I keep them because: * I rushed to write PEP, before 3.11 beta. * In the "Backward compatibility" section in the PEP, I want to mention `locale.getencoding()` and `encoding="locale"` * But they are not fixed in the main branch yet