Skip to content

Commit d6bcdaf

Browse files
authored
PEP 829: Update Post-History (#4917)
Update Post-History
1 parent 4a2c0b7 commit d6bcdaf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

peps/pep-0829.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Created: 31-Mar-2026
88
Python-Version: 3.15
99
Post-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

1415
Abstract
@@ -361,10 +362,8 @@ After the deprecation period, remove all ``import`` lines from your
361362
Reference 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

370369
Rejected Ideas
@@ -459,7 +458,7 @@ Open Issues
459458
Change 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

0 commit comments

Comments
 (0)