python-peps/pep-0537.txt

193 lines
4.0 KiB
Plaintext
Raw Normal View History

2016-12-23 02:01:42 -05:00
PEP: 537
Title: Python 3.7 Release Schedule
Version: $Revision$
Last-Modified: $Date$
Author: Ned Deily <nad@python.org>
Status: Active
Type: Informational
Content-Type: text/x-rst
Created: 23-Dec-2016
Python-Version: 3.7
Abstract
========
This document describes the development and release schedule for
Python 3.7. The schedule primarily concerns itself with PEP-sized
items.
.. Small features may be added up to the first beta
release. Bugs may be fixed until the final release,
which is planned for 2018-06.
Release Manager and Crew
========================
- 3.7 Release Manager: Ned Deily
- Windows installers: Steve Dower
- Mac installers: Ned Deily
2019-06-05 19:37:33 -04:00
- Documentation: Julien Palard
2016-12-23 02:01:42 -05:00
3.7 Lifespan
============
2019-06-05 19:37:33 -04:00
3.7 will receive `bugfix updates <https://devguide.python.org/devcycle/#maintenance-branches>`_
approximately every 3 months for about 24 months. Sometime after the release of
3.8.0 final, a final 3.7 bugfix update will be released.
After that, it is expected that
`security updates <https://devguide.python.org/devcycle/#security-branches>`_
(source only) will be released as needed until 5 years after
2016-12-23 02:01:42 -05:00
the release of 3.7 final, so until approximately 2023-06.
Release Schedule
================
3.7.0 schedule
--------------
- 3.7 development begins: 2016-09-12
2017-09-19 16:02:17 -04:00
- 3.7.0 alpha 1: 2017-09-19
2017-10-17 14:52:41 -04:00
- 3.7.0 alpha 2: 2017-10-17
2017-12-05 20:14:51 -05:00
- 3.7.0 alpha 3: 2017-12-05
2018-01-09 10:55:19 -05:00
- 3.7.0 alpha 4: 2018-01-09
2018-01-31 19:03:21 -05:00
- 3.7.0 beta 1: 2018-01-31
(No new features beyond this point.)
2018-02-28 02:22:00 -05:00
- 3.7.0 beta 2: 2018-02-27
2018-03-29 21:53:41 -04:00
- 3.7.0 beta 3: 2018-03-29
2018-05-02 20:38:38 -04:00
- 3.7.0 beta 4: 2018-05-02
2018-06-12 17:25:22 -04:00
- 3.7.0 beta 5: 2018-05-30
- 3.7.0 candidate 1: 2018-06-12
2018-06-27 21:35:51 -04:00
- 3.7.0 final: 2018-06-27
2017-09-19 16:02:17 -04:00
2019-06-05 19:37:33 -04:00
3.7.1 schedule (first bugfix release)
-------------------------------------
2018-06-12 17:25:22 -04:00
2018-09-26 22:15:36 -04:00
- 3.7.1 candidate 1: 2018-09-26
2018-10-13 17:24:22 -04:00
- 3.7.1 candidate 2: 2018-10-13
2018-10-20 03:16:22 -04:00
- 3.7.1 final: 2018-10-20
3.7.2 schedule
--------------
2018-12-13 14:34:16 -05:00
- 3.7.2 candidate 1: 2018-12-11
2018-12-24 05:37:10 -05:00
- 3.7.2 final: 2018-12-24
3.7.3 schedule
--------------
2019-03-12 19:19:57 -04:00
- 3.7.3 candidate 1: 2019-03-12
2019-03-25 20:16:50 -04:00
- 3.7.3 final: 2019-03-25
2016-12-23 02:01:42 -05:00
2019-03-12 19:19:57 -04:00
3.7.4 schedule
--------------
2019-06-19 01:38:05 -04:00
- 3.7.4 candidate 1: 2019-06-18
2019-07-02 20:24:14 -04:00
- 3.7.4 candidate 2: 2019-07-02
2019-07-08 18:22:02 -04:00
- 3.7.4 final: 2019-07-08
2019-06-05 19:37:33 -04:00
3.7.5 schedule
--------------
2019-10-02 00:50:30 -04:00
- 3.7.5 candidate 1: 2019-10-02
2019-10-15 15:41:01 -04:00
- 3.7.5 final: 2019-10-15
2019-06-05 19:37:33 -04:00
3.7.6 schedule
--------------
2019-12-15 02:28:43 -05:00
- 3.7.6 candidate 1: 2019-12-11
2019-12-19 02:32:17 -05:00
- 3.7.6 final: 2019-12-18
2019-06-05 19:37:33 -04:00
3.7.7 schedule
--------------
2020-03-04 13:10:18 -05:00
- 3.7.7 candidate 1: 2020-03-04
2020-03-10 11:21:01 -04:00
- 3.7.7 final: 2020-03-10
2019-06-05 19:37:33 -04:00
3.7.8 schedule (last bugfix release)
------------------------------------
2020-08-12 05:11:53 -04:00
Last planned release of binaries
2019-06-05 19:37:33 -04:00
2020-06-28 09:29:04 -04:00
- 3.7.8 candidate 1: 2020-06-15
- 3.7.8 final: 2020-06-27
2019-06-05 19:37:33 -04:00
2020-08-12 05:11:53 -04:00
3.7.9 schedule (security/binary release)
----------------------------------------
Security fixes plus updated binary installers
to address 3.7.8 issues; no further binary
releases are planned.
2020-08-17 18:38:09 -04:00
- 3.7.9 final: 2020-08-17
2020-08-12 05:11:53 -04:00
2021-01-10 13:57:05 -05:00
3.7.10 schedule
---------------
2021-02-16 00:19:18 -05:00
- 3.7.10 final: 2021-02-15
2021-01-10 13:57:05 -05:00
2021-06-28 15:26:07 -04:00
3.7.11 schedule
---------------
- 3.7.11 final: 2021-06-28
2021-09-04 18:07:51 -04:00
3.7.12 schedule
---------------
- 3.7.12 final: 2021-09-04
2022-03-07 15:40:54 -05:00
3.7.13 schedule
---------------
- 3.7.13 final: 2022-03-16
2022-03-07 15:40:54 -05:00
3.7.14 schedule
---------------
- 3.7.14 final: 2022-09-06
3.7.15 and beyond schedule
2020-08-12 05:11:53 -04:00
--------------------------
2019-06-05 19:37:33 -04:00
Security fixes only, as needed, until 2023-06
- TBD
2019-03-12 19:19:57 -04:00
2016-12-23 02:01:42 -05:00
Features for 3.7
================
Implemented PEPs for 3.7 (as of 3.7.0 beta 1):
2016-12-23 02:01:42 -05:00
* :pep:`538`, Coercing the legacy C locale to a UTF-8 based locale
2017-10-17 01:42:17 -04:00
* :pep:`539`, A New C-API for Thread-Local Storage in CPython
2018-01-08 23:24:42 -05:00
* :pep:`540`, ``UTF-8`` mode
2018-01-08 23:30:19 -05:00
* :pep:`552`, Deterministic ``pyc``
2017-10-17 01:42:17 -04:00
* :pep:`553`, Built-in breakpoint()
2017-12-04 15:40:30 -05:00
* :pep:`557`, Data Classes
* :pep:`560`, Core support for typing module and generic types
* :pep:`562`, Module ``__getattr__`` and ``__dir__``
* :pep:`563`, Postponed Evaluation of Annotations
2017-12-05 20:14:51 -05:00
* :pep:`564`, Time functions with nanosecond resolution
* :pep:`565`, Show DeprecationWarning in __main__
* :pep:`567`, Context Variables
2016-12-23 02:01:42 -05:00
Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End: