Skip to content
Snippets Groups Projects
Unverified Commit b484871b authored by Łukasz Langa's avatar Łukasz Langa
Browse files

Python 3.9.0b3

parent ce5e6f09
Branches
Tags v3.9.0b3
No related merge requests found
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 9 #define PY_MINOR_VERSION 9
#define PY_MICRO_VERSION 0 #define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
#define PY_RELEASE_SERIAL 2 #define PY_RELEASE_SERIAL 3
/* Version as a string */ /* Version as a string */
#define PY_VERSION "3.9.0b2+" #define PY_VERSION "3.9.0b3"
/*--end constants--*/ /*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Autogenerated by Sphinx on Mon Jun 8 20:23:58 2020 # Autogenerated by Sphinx on Tue Jun 9 20:02:32 2020
topics = {'assert': 'The "assert" statement\n' topics = {'assert': 'The "assert" statement\n'
'**********************\n' '**********************\n'
'\n' '\n'
......
.. bpo: 40924
.. date: 2020-06-09-18-59-34
.. nonce: qR_YYG
.. release date: 2020-06-09
.. section: Library
`importlib.resources`: Reverted ``TraversableResources`` implementations `importlib.resources`: Reverted ``TraversableResources`` implementations
from the built-in loaders (SourceFileLoader and ZipImporter) as it was an from the built-in loaders (SourceFileLoader and ZipImporter) as it was an
incompatible change introduced in 3.9.0 beta 2 causing through a chain of incompatible change introduced in 3.9.0 beta 2 causing through a chain of
events for root TLS certificates to be missing. events for root TLS certificates to be missing.
..
.. bpo: 40684
.. date: 2020-06-08-19-57-05
.. nonce: WIY2-i
.. section: Build
``make install`` now uses the ``PLATLIBDIR`` variable for the destination
``lib-dynload/`` directory when ``./configure --with-platlibdir`` is used.
``make install`` now uses the ``PLATLIBDIR`` variable for the destination
``lib-dynload/`` directory when ``./configure --with-platlibdir`` is used.
This is Python version 3.9.0 beta 2 This is Python version 3.9.0 beta 3
=================================== ===================================
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.9 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment