[python-committers] Re: Python Language Summit 2020 blog posts

2020-05-14 Thread Mariatta
The rest of Python Language Summit articles are now out:

Property-Based Testing for Python Builtins and the Standard Library, Zac
Hatfield-Dodds:
https://pyfound.blogspot.com/2020/05/property-based-testing-for-python.html

Core Workflow Updates, Mariatta Wijaya:
https://pyfound.blogspot.com/2020/05/core-workflow-updates-python-language.html

CPython on Mobile Platforms, Russell Keith-Magee:
https://pyfound.blogspot.com/2020/05/cpython-on-mobile-platforms.html

Lightning talks: (
https://pyfound.blogspot.com/2020/05/lightning-talks-part-2.html)
- Teaching Python with Errors by Zac Hatfield-Dodds
- State of Jython by Jim Baker
- Read the Docs features of interest by Eric Holscher

Enjoy!

On Fri, May 1, 2020 at 10:02 AM Mariatta  wrote:

> Few more lightning talks from Eric Holscher and Zac Hatfield-Dodds
>>
>>
> ... and Jim Baker
>
> 
>
___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/OUR2XU34GPQB2G7LAGPQFX7KVYHAW4AL/
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] [RELEASE] Python 3.8.3 is now available

2020-05-14 Thread Łukasz Langa
On behalf of the entire Python development community, and the currently serving 
Python release team in particular, I’m pleased to announce the release of 
Python 3.8.3, the third maintenance release of Python 3.8. You can find it here:

https://www.python.org/downloads/release/python-383/ 


It contains two months worth of bug fixes. Detailed information about all 
changes made in 3.8.3 can be found in its change log 
.
 Note that compared to 3.8.2, version 3.8.3 also contains the changes 
introduced in 3.8.3rc1.

The Python 3.8 series is the newest feature release of the Python language, and 
it contains many new features and optimizations. See the “What’s New in Python 
3.8 ” document for more 
information about features included in the 3.8 series.

Maintenance releases for the 3.8 series will continue at regular bi-monthly 
intervals, with 3.8.4 planned for mid-July 2020.
One more thing

Unless blocked on any critical issue, Monday May 18th will be the release date 
of Python 3.9.0 beta 1. It’s a special release for us because this is when we 
lock the feature set for Python 3.9. If you can help testing the current 
available alpha release, that would be very helpful:

https://www.python.org/downloads/release/python-390a6/ 

We hope you enjoy the new Python release!

Thanks to all of the many volunteers who help make Python Development and these 
releases possible! Please consider supporting our efforts by volunteering 
yourself or through organization contributions to the Python Software 
Foundation.

https://www.python.org/psf/ 


Your friendly release team,
Ned Deily @nad 
Steve Dower @steve.dower 
Łukasz Langa @ambv ___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/6HMMY7U7X6ZDNGNSITN5IQZNEV6ND2F6/
Code of Conduct: https://www.python.org/psf/codeofconduct/