[RELEASED] Python 3.5.8rc1 is released
On behalf of the Python development community, I'm chuffed to announce the availability of Python 3.5.8rc1. Python 3.5 is in "security fixes only" mode. This new version only contains security fixes, not conventional bug fixes, and it is a source-only release. You can find Python 3.5.8rc1 here: https://www.python.org/downloads/release/python-358rc1/ I think Python 3.5 may just barely outlive 2.7, //arry/
On behalf of the Python development community, I'm relieved to announce the availability of Python 3.5.8rc2. It's been a month after Python 3.5.8rc1, and since then we've added a small amount of new code to fix an API-level regression in http client, updated expat to 2.2.8, and upgraded the required version of Sphinx from 1.2 to 1.8. This is enough change that I feel a second rc is indicated. Assuming all is quiet, 3.5.8 final should come out in about two weeks. This new version is a source-only release. You can find Python 3.5.8rc2 here: https://www.python.org/downloads/release/python-358rc2/ Hullo from PyCon IE, /arry
It seems like this security fix has not been merged into the 3.5 branch yet: "[3.5] bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441)" https://github.com/python/cpython/pull/16516 Please review it ;-) Victor Le sam. 12 oct. 2019 à 14:08, Larry Hastings <larry@hastings.org> a écrit :
On behalf of the Python development community, I'm relieved to announce the availability of Python 3.5.8rc2. It's been a month after Python 3.5.8rc1, and since then we've added a small amount of new code to fix an API-level regression in http client, updated expat to 2.2.8, and upgraded the required version of Sphinx from 1.2 to 1.8. This is enough change that I feel a second rc is indicated. Assuming all is quiet, 3.5.8 final should come out in about two weeks.
This new version is a source-only release.
You can find Python 3.5.8rc2 here:
https://www.python.org/downloads/release/python-358rc2/
Hullo from PyCon IE,
/arry _______________________________________________ python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-leave@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/O... Code of Conduct: https://www.python.org/psf/codeofconduct/
-- Night gathers, and now my watch begins. It shall not end until my death.
participants (2)
-
Larry Hastings
-
Victor Stinner