[Python-Dev] Re: [RELEASE] Python 3.7.7rc1 is now available for testing

2020-03-04 Thread Ned Deily
On Mar 4, 2020, at 23:39, Jonathan Goble wrote: >> On Wed, Mar 4, 2020 at 10:05 PM Ned Deily wrote: >> On Mar 4, 2020, at 17:17, Jonathan Goble wrote: >> > On Wed, Mar 4, 2020 at 1:02 PM Ned Deily wrote: >> > Details here: >> >> https://discuss.python.org/t/python-3-7-7rc1-is-now-available-for-

[Python-Dev] Re: [RELEASE] Python 3.7.7rc1 is now available for testing

2020-03-04 Thread Ned Deily
On Mar 4, 2020, at 17:17, Jonathan Goble wrote: > On Wed, Mar 4, 2020 at 1:02 PM Ned Deily wrote: > Details here: > >> https://discuss.python.org/t/python-3-7-7rc1-is-now-available-for-testing/3638 >> >> "Assuming no critical problems are found prior to 2020-02-10..." > I would like to know ho

[Python-Dev] Re: VS Code extension for Python.asdl

2020-03-04 Thread Brett Cannon
Guido van Rossum wrote: > How easy are extensions like this to make? We might want to have one for > the PEG grammar (if it goes through). I don't think it's very hard. For instance, https://github.com/brettcannon/vscode-zephyr-asdl is what it takes to add syntax highlighting for ASDL. It pretty

[Python-Dev] [RELEASE] Python 3.7.7rc1 is now available for testing

2020-03-04 Thread Ned Deily
Details here: https://discuss.python.org/t/python-3-7-7rc1-is-now-available-for-testing/3638 https://www.python.org/downloads/release/python-377rc1/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscr

[Python-Dev] Re: PEP 614 accepted

2020-03-04 Thread Brandt Bucher
Welcome Bhavani! This is only my second PEP, but I'm sure somebody will correct me if I'm wrong! Basically, the next steps are: - Mark the PEP as "Accepted": https://github.com/python/peps/commit/841188a45f17f0252267f016d7b2f11ac27c5aa1 - Review and merge the implementation/tests: https://gith

[Python-Dev] Re: PEP 614 accepted

2020-03-04 Thread Bhavani Ravi
Congratulations! I am new here, I want to understand what happens after a PEP gets accepted. Do we have the workflow documented somewhere? Regards Bhavani Ravi :) bhavaniravi.com On Wed, Mar 4, 2020 at 2:59 AM Victor Stinner wrote: > Le mar. 3 mars 2020 à 20:

[Python-Dev] Re: Request to postpone some Python 3.9 incompatible changes to Python 3.10

2020-03-04 Thread Victor Stinner
Hi, I proposed a second change to restore the "U" open() mode (universal newlines): https://github.com/python/cpython/pull/18767 Again, it's only kept in Python 3.9 to ease migration from Python 2, but will be removed in Python 3.10. By the way, I also added a new "You should check for Deprecati