File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ Created: 31-Mar-2026
88Python-Version: 3.15
99Post-History:
1010 `01-Apr-2026 <https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789 >`__,
11- `13-Apr-2026 <https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789/69 >`__
11+ `13-Apr-2026 <https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789/69 >`__,
12+ `15-Apr-2026 <https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789/99 >`__
1213
1314
1415Abstract
@@ -361,10 +362,8 @@ After the deprecation period, remove all ``import`` lines from your
361362Reference Implementation
362363=========================
363364
364- .. note ::
365-
366- The `reference implementation <https://github.com/python/cpython/pull/147955 >`_
367- conformed to the previous draft of this PEP and has not yet been updated.
365+ The `reference implementation <https://github.com/python/cpython/pull/147955 >`_
366+ supports the current version of this PEP.
368367
369368
370369Rejected Ideas
@@ -459,7 +458,7 @@ Open Issues
459458Change History
460459==============
461460
462- `` TBD ``
461+ `15-Apr-2026 < https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789/99 >`__
463462
464463* During the deprecation period, warnings about ``import `` lines in
465464 ``<name>.pth `` files with no matching ``<name>.start `` file are only issued
You can’t perform that action at this time.
0 commit comments