|
| 1 | +PEP: 569 |
| 2 | +Title: Python 3.8 Release Schedule |
| 3 | +Version: $Revision$ |
| 4 | +Last-Modified: $Date$ |
| 5 | +Author: Łukasz Langa < [email protected]> |
| 6 | +Status: Draft |
| 7 | +Type: Informational |
| 8 | +Content-Type: text/x-rst |
| 9 | +Created: 27-Jan-2018 |
| 10 | +Python-Version: 3.8 |
| 11 | + |
| 12 | + |
| 13 | +Abstract |
| 14 | +======== |
| 15 | + |
| 16 | +This document describes the development and release schedule for |
| 17 | +Python 3.8. The schedule primarily concerns itself with PEP-sized |
| 18 | +items. |
| 19 | + |
| 20 | +.. Small features may be added up to the first beta |
| 21 | + release. Bugs may be fixed until the final release, |
| 22 | + which is planned for end of October 2019. |
| 23 | +
|
| 24 | +
|
| 25 | +Release Manager and Crew |
| 26 | +======================== |
| 27 | + |
| 28 | +- 3.8 Release Manager: Łukasz Langa |
| 29 | +- Windows installers: Steve Dower |
| 30 | +- Mac installers: Ned Deily |
| 31 | +- Documentation: Georg Brandl |
| 32 | + |
| 33 | + |
| 34 | +3.8 Lifespan |
| 35 | +============ |
| 36 | + |
| 37 | +3.8 will receive bugfix updates approximately every 1-3 months for |
| 38 | +approximately 18 months. After the release of 3.9.0 final, a final |
| 39 | +3.8 bugfix update will be released. After that, it is expected that |
| 40 | +security updates (source only) will be released until 5 years after |
| 41 | +the release of 3.8 final, so until approximately October 2024. |
| 42 | + |
| 43 | + |
| 44 | +Release Schedule |
| 45 | +================ |
| 46 | + |
| 47 | +3.8.0 schedule |
| 48 | +-------------- |
| 49 | + |
| 50 | +Note: the dates below are not set in stone yet. The PEP is in draft |
| 51 | +status. Suggestions and comments welcome. |
| 52 | + |
| 53 | +Expected: |
| 54 | + |
| 55 | +- 3.8 development begins: Monday, 2018-01-29 |
| 56 | +- 3.8.0 alpha 1: Sunday, 2019-01-27 |
| 57 | +- 3.8.0 alpha 2: Sunday, 2019-02-24 |
| 58 | +- 3.8.0 alpha 3: Sunday, 2019-03-24 |
| 59 | +- 3.8.0 alpha 4: Sunday, 2019-04-28 |
| 60 | +- 3.8.0 beta 1: Sunday, 2019-05-26 |
| 61 | + (No new features beyond this point.) |
| 62 | + |
| 63 | +- 3.8.0 beta 2: Sunday, 2019-06-23 |
| 64 | +- 3.8.0 beta 3: Sunday, 2019-07-28 |
| 65 | +- 3.8.0 beta 4: Sunday, 2019-08-25 |
| 66 | +- 3.8.0 candidate 1: Sunday, 2019-09-29 |
| 67 | +- 3.8.0 candidate 2: Sunday, 2019-10-06 (if necessary) |
| 68 | +- 3.8.0 final: Sunday, 2019-10-20 |
| 69 | + |
| 70 | + |
| 71 | +Features for 3.8 |
| 72 | +================ |
| 73 | + |
| 74 | +Implemented changes for 3.8 (as of 3.7.0 alpha 4): |
| 75 | + |
| 76 | +* nothing yet, development not started |
| 77 | + |
| 78 | + |
| 79 | +Copyright |
| 80 | +========= |
| 81 | + |
| 82 | +This document has been placed in the public domain. |
| 83 | + |
| 84 | + |
| 85 | +.. |
| 86 | + Local Variables: |
| 87 | + mode: indented-text |
| 88 | + indent-tabs-mode: nil |
| 89 | + sentence-end-double-space: t |
| 90 | + fill-column: 72 |
| 91 | + coding: utf-8 |
| 92 | + End: |
0 commit comments