Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions peps/pep-0829.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Created: 31-Mar-2026
Python-Version: 3.15
Post-History:
`01-Apr-2026 <https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789>`__,
`13-Apr-2026 <https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789/69>`__
`13-Apr-2026 <https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789/69>`__,
`15-Apr-2026 <https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789/99>`__


Abstract
Expand Down Expand Up @@ -361,10 +362,8 @@ After the deprecation period, remove all ``import`` lines from your
Reference Implementation
=========================

.. note::

The `reference implementation <https://github.com/python/cpython/pull/147955>`_
conformed to the previous draft of this PEP and has not yet been updated.
The `reference implementation <https://github.com/python/cpython/pull/147955>`_
supports the current version of this PEP.


Rejected Ideas
Expand Down Expand Up @@ -459,7 +458,7 @@ Open Issues
Change History
==============

``TBD``
`15-Apr-2026 <https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789/99>`__

* During the deprecation period, warnings about ``import`` lines in
``<name>.pth`` files with no matching ``<name>.start`` file are only issued
Expand Down
Loading