Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: e53c98563824cbb2f296f1de1f2185a7b5271cd6 authored by Larry Hastings on 19 August 2020, 19:56:53 UTC
Version bump and copyright update for 3.5.10rc1.
Tip revision: e53c985
3.5.8rc2.rst
.. bpo: 38174
.. date: 2019-09-23-21-02-46
.. nonce: MeWuJd
.. release date: 2019-10-12
.. section: Security

Update vendorized expat library version to 2.2.8, which resolves
CVE-2019-15903.

..

.. bpo: 38216
.. date: 2019-09-27-15-24-45
.. nonce: -7yvZR
.. section: Library

Allow the rare code that wants to send invalid http requests from the
`http.client` library a way to do so.  The fixes for bpo-30458 led to
breakage for some projects that were relying on this ability to test their
own behavior in the face of bad requests.
back to top