Re: [Python-Dev] PEPs from non-core devs now need a sponsor

2019-03-04 Thread Jeroen Demeyer
Does this apply to existing draft PEPs or only new ones? ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] [RELEASE] Python 2.7.16

2019-03-04 Thread Hasan Diwan
On Mon, 4 Mar 2019 at 16:33, Terry Reedy wrote: > On 3/3/2019 10:30 PM, Benjamin Peterson wrote: > > > I'm pleased to announce the immediate availability of Python 2.7.16 for > download at https://www.python.org/downloads/release/python-2716/. > Congrats team! -- H -- OpenPGP: https://sks-keyse

[Python-Dev] PEPs from non-core devs now need a sponsor

2019-03-04 Thread Brett Cannon
The steering council has implemented a new idea called sponsors to the PEP process (added in https://github.com/python/peps/commit/c58d32c33bd06eb386d3f33963a1434510528f68). The thinking is that to help make sure PEPs from non-core developers receive appropriate guidance through the PEP process, a

Re: [Python-Dev] [RELEASE] Python 2.7.16

2019-03-04 Thread Terry Reedy
On 3/3/2019 10:30 PM, Benjamin Peterson wrote: I'm pleased to announce the immediate availability of Python 2.7.16 for download at https://www.python.org/downloads/release/python-2716/. On Windows 10, this is an 'unrecognized app' and Windows Defender SmartScreen, now default, refuses to run

Re: [Python-Dev] Addendum to PEP 530

2019-03-04 Thread Brett Cannon
Open an issue at https://github.com/python/steering-council/issues if you want the steering council to consider something. On Mon, Mar 4, 2019 at 9:38 AM Serhiy Storchaka wrote: > PEP 530 introduced support for asynchronous comprehensions. > > Comprehensions are implemented as local functions. T

[Python-Dev] Addendum to PEP 530

2019-03-04 Thread Serhiy Storchaka
PEP 530 introduced support for asynchronous comprehensions. Comprehensions are implemented as local functions. To make a function asynchronous you should to add "async" before "def", and after that you can use "async for", "async with" and "await" in a function. But you can to do this with com

Re: [Python-Dev] [python-committers] [RELEASED] Python 3.4.10rc1 and Python 3.5.7rc1 are now available

2019-03-04 Thread Victor Stinner
FYI I check and I confirm that all known security vulnerabilities listed in the link below are fixed in these releases: https://python-security.readthedocs.io/vulnerabilities.html Victor Le lun. 4 mars 2019 à 10:24, Larry Hastings a écrit : > > > On behalf of the Python development community, I'

Re: [Python-Dev] [RELEASE] Python 2.7.16

2019-03-04 Thread Michael
On 04/03/2019 04:30, Benjamin Peterson wrote: > Hello all, > I'm pleased to announce the immediate availability of Python 2.7.16 for > download at https://www.python.org/downloads/release/python-2716/. Congratulations! signature.asc Description: OpenPGP digital signature _

Re: [Python-Dev] Last-minute request: please backport bpo-33329 fix to 3.4 and 3.5

2019-03-04 Thread Joni Orponen
On Sat, Mar 2, 2019 at 7:08 AM Larry Hastings wrote: > > This bug in bpo-33329: > > https://bugs.python.org/issue33329 > > was fixed for 3.6+, but it also affects 3.4 and 3.5. The bug is that with > newer versions of glibc--which I'm pretty sure has shipped on all major > Linux distros by now--t

[Python-Dev] [RELEASED] Python 3.4.10rc1 and Python 3.5.7rc1 are now available

2019-03-04 Thread Larry Hastings
On behalf of the Python development community, I'm chuffed to announce the availability of Python 3.4.10rc1 and Python 3.5.7rc1. Both Python 3.4 and 3.5 are in "security fixes only" mode.  Both versions only accept security fixes, not conventional bug fixes, and both releases are source-only