File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ This files in this directory are placed in the public domain or under the
2
+ CC0-1.0-Universal license, whichever is more permissive.
Original file line number Diff line number Diff line change
1
+ # This file is placed in the public domain or under the
2
+ # CC0-1.0-Universal licence, whichever is more permissive.
3
+ #
4
+ # This document contains the history of every release of the Python project,
5
+ # and specifically the CPython intepreter. The data in this file were initially
6
+ # compiled in 2025 by Adam Turner, with information primarily sourced from the
7
+ # release PEPs and supplemented by the 'releases' section of www.python.org.
8
+ #
9
+ # The release schedules for Python 3.8 onwards are created from data in this
10
+ # document. After editing this file, run the following command to regenerate
11
+ # the relevant PEPs:
12
+ #
13
+ # python -m release_engineering update-peps
14
+ #
15
+ # The PEP rendering system, via Sphinx, uses this document to regenerate the
16
+ # 'release-cycle' JSON file, found at https://peps.python.org/release-cycle.json.
17
+ # This JSON file is intended for public consumption. The format of this TOML
18
+ # document is not guaranteed and may change without notice.
19
+
1
20
# -- Python 1.6 --------------------------------------------------------------
2
21
3
22
[metadata ."1 .6" ]
You can’t perform that action at this time.
0 commit comments