릴리스 PEP
소개
이 페이지는 ‘릴리스’ 주제로 분류된 모든 Python 개선 제안(PEP)의 색인입니다. 전체 PEP 색인인 PEP 0의 하위 색인입니다.
A PEP is written to specify the release cycle for each feature release of Python. See the developer’s guide for more information.
분류별 색인
그 밖의 정보 제공 PEP
| PEP | 제목 | 저자 | ||
|---|---|---|---|---|
| IF | 160 | Python 1.6 릴리스 일정 | Fred L. Drake, Jr. | 1.6 |
| IF | 251 | Python 2.2 릴리스 일정 | Barry Warsaw, Guido van Rossum | 2.2 |
| IF | 283 | Python 2.3 릴리스 일정 | Guido van Rossum | 2.3 |
| IF | 320 | Python 2.4 릴리스 일정 | Barry Warsaw, Raymond Hettinger, Anthony Baxter | 2.4 |
| IF | 356 | Python 2.5 릴리스 일정 | Neal Norwitz, Guido van Rossum, Anthony Baxter | 2.5 |
| IF | 361 | Python 2.6 및 3.0 릴리스 일정 | Neal Norwitz, Barry Warsaw | 2.6, 3.0 |
| IF | 373 | Python 2.7 릴리스 일정 | Benjamin Peterson | 2.7 |
| IF | 375 | Python 3.1 릴리스 일정 | Benjamin Peterson | 3.1 |
| IF | 392 | Python 3.2 릴리스 일정 | Georg Brandl | 3.2 |
| IF | 398 | Python 3.3 릴리스 일정 | Georg Brandl | 3.3 |
| IF | 404 | Python 2.8 미출시 일정 | Barry Warsaw | 2.8 |
| IF | 429 | Python 3.4 릴리스 일정 | Larry Hastings | 3.4 |
| IF | 478 | Python 3.5 릴리스 일정 | Larry Hastings | 3.5 |
| IF | 494 | Python 3.6 릴리스 일정 | Ned Deily | 3.6 |
| IF | 537 | Python 3.7 릴리스 일정 | Ned Deily | 3.7 |
| IF | 569 | Python 3.8 릴리스 일정 | Łukasz Langa | 3.8 |
| IF | 596 | Python 3.9 릴리스 일정 | Łukasz Langa | 3.9 |
| IA | 619 | Python 3.10 릴리스 일정 | Pablo Galindo Salgado | 3.10 |
| IA | 664 | Python 3.11 릴리스 일정 | Pablo Galindo Salgado | 3.11 |
| IA | 693 | Python 3.12 릴리스 일정 | Thomas Wouters | 3.12 |
| IA | 719 | Python 3.13 릴리스 일정 | Thomas Wouters | 3.13 |
| IA | 745 | Python 3.14 릴리스 일정 | Hugo van Kemenade | 3.14 |
| IA | 790 | Python 3.15 릴리스 일정 | Hugo van Kemenade | 3.15 |
| IA | 826 | Python 3.16 릴리스 일정 | Savannah Ostrowski | 3.16 |
완료된 PEP(안정된 인터페이스)
| PEP | 제목 | 저자 | |
|---|---|---|---|
| SF | 773 | Windows용 Python 설치 관리자 | Steve Dower |
PEP 유형 범례
- I — Informational: Non-normative PEP containing background, guidelines or other information relevant to the Python ecosystem
- P — Process: Normative PEP describing or proposing a change to a Python community process, workflow or governance
- S — Standards Track: Normative PEP with a new feature for Python, implementation change for CPython or interoperability standard for the ecosystem
PEP 상태 범례
- A — Accepted: Normative proposal accepted for implementation
- A — Active: Currently valid informational guidance, or an in-use process
- D — Deferred: Inactive draft that may be taken up again at a later time
- <No letter> — Draft: Proposal under active discussion and revision
- F — Final: Accepted and implementation complete, or no longer active
- P — Provisional: Provisionally accepted but additional feedback needed
- R — Rejected: Formally declined and will not be accepted
- S — Superseded: Replaced by another succeeding PEP
- W — Withdrawn: Removed from consideration by sponsor or authors