Schedule 3.7.9 and 3.6.12
This commit is contained in:
parent
497b1b0bed
commit
8a79114f2a
|
@ -135,7 +135,12 @@ Source only
|
||||||
- 3.6.11 candidate 1: 2020-06-15
|
- 3.6.11 candidate 1: 2020-06-15
|
||||||
- 3.6.11 final: 2020-06-27
|
- 3.6.11 final: 2020-06-27
|
||||||
|
|
||||||
3.6.12 and beyond schedule
|
3.6.12 schedule
|
||||||
|
---------------
|
||||||
|
|
||||||
|
- 3.6.12 final: 2020-08-14 (expected)
|
||||||
|
|
||||||
|
3.6.13 and beyond schedule
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
Security fixes only, as needed, until 2021-12
|
Security fixes only, as needed, until 2021-12
|
||||||
|
@ -149,7 +154,7 @@ Features for 3.6
|
||||||
Implemented changes for 3.6 (as of 3.6.0 beta 1):
|
Implemented changes for 3.6 (as of 3.6.0 beta 1):
|
||||||
|
|
||||||
* :pep:`468`, Preserving Keyword Argument Order
|
* :pep:`468`, Preserving Keyword Argument Order
|
||||||
* :pep:`487`, Simpler customisation of class creation
|
* :pep:`487`, Simpler customization of class creation
|
||||||
* :pep:`495`, Local Time Disambiguation
|
* :pep:`495`, Local Time Disambiguation
|
||||||
* :pep:`498`, Literal String Formatting
|
* :pep:`498`, Literal String Formatting
|
||||||
* :pep:`506`, Adding A Secrets Module To The Standard Library
|
* :pep:`506`, Adding A Secrets Module To The Standard Library
|
||||||
|
|
15
pep-0537.txt
15
pep-0537.txt
|
@ -110,13 +110,22 @@ Release Schedule
|
||||||
3.7.8 schedule (last bugfix release)
|
3.7.8 schedule (last bugfix release)
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
Last binary releases
|
Last planned release of binaries
|
||||||
|
|
||||||
- 3.7.8 candidate 1: 2020-06-15
|
- 3.7.8 candidate 1: 2020-06-15
|
||||||
- 3.7.8 final: 2020-06-27
|
- 3.7.8 final: 2020-06-27
|
||||||
|
|
||||||
3.7.9 and beyond schedule
|
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.
|
||||||
|
|
||||||
|
- 3.7.9 final: 2020-08-14 (expected)
|
||||||
|
|
||||||
|
3.7.10 and beyond schedule
|
||||||
|
--------------------------
|
||||||
|
|
||||||
Security fixes only, as needed, until 2023-06
|
Security fixes only, as needed, until 2023-06
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue