Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ peps/pep-0793.rst @encukou
peps/pep-0794.rst @brettcannon
peps/pep-0798.rst @JelleZijlstra
peps/pep-0799.rst @pablogsal
# ...
peps/pep-0800.rst @JelleZijlstra
peps/pep-0801.rst @warsaw
# ...
Expand Down
6 changes: 3 additions & 3 deletions peps/pep-0799.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ The ``profile`` module will be deprecated starting in Python 3.15.

From Python 3.15, :mod:`!profilers.tracing` will be preferred to :mod:`!cProfile` & :mod:`!profile`.

The code that as the time of writing this is in :mod:`!profile.sampling`
module no longer exist and will only exist in the :mod:`!profilers` package.
The code that, at the time of writing, is in the :mod:`!profile.sampling`
module will be moved to the :mod:`!profilers` package.

Documentation
=============
Expand Down Expand Up @@ -139,7 +139,7 @@ Top-Level ``tachyon`` Module

Introducing ``import tachyon`` as a new top-level module was rejected. Grouping tachyon under
``profilers`` helps establish a logical structure and prevents proliferation of top-level modules
and also minimizes the usage of global namespace as requested by the Python Steering council
and also minimizes the usage of global namespace as requested by the Python Steering Council.

Copyright
=========
Expand Down