[Python-Dev] [RELEASE] Python 3.8.0b1 is now available for testing

2019-06-04 Thread Ɓukasz Langa
The time has come for Python 3.8.0b1: https://www.python.org/downloads/release/python-380b1/ This release is the first of four planned beta release previews. Beta release previews are intended to give the wider community the opportunity to

Re: [Python-Dev] PEP 594: update 1

2019-06-04 Thread Victor Stinner
So what is happening for this PEP since Python 3.8 beta1 has been released? Is it too late for Python 3.8 or not? It seems like most people are confused by the intent of the PEP. IMHO it would be better to rewrite "Remove packages from the stdlib" as "Move some stdlib modules to PyPI". But that wo

Re: [Python-Dev] PEP 594: update 1

2019-06-04 Thread Terry Reedy
On 6/4/2019 8:21 PM, Victor Stinner wrote: So what is happening for this PEP since Python 3.8 beta1 has been released? Is it too late for Python 3.8 or not? The only action proposed for 3.8 was soft deprecation in the docs, which I presume can be done later in the beta process. It seems lik