File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -675,7 +675,6 @@ peps/pep-0793.rst @encukou
675
675
peps /pep-0794.rst @ brettcannon
676
676
peps /pep-0798.rst @ JelleZijlstra
677
677
peps /pep-0799.rst @ pablogsal
678
- # ...
679
678
peps /pep-0800.rst @ JelleZijlstra
680
679
peps /pep-0801.rst @ warsaw
681
680
# ...
Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ The ``profile`` module will be deprecated starting in Python 3.15.
100
100
101
101
From Python 3.15, :mod: `!profilers.tracing ` will be preferred to :mod: `!cProfile ` & :mod: `!profile `.
102
102
103
- The code that as the time of writing this is in :mod: `!profile.sampling `
104
- module no longer exist and will only exist in the :mod: `!profilers ` package.
103
+ The code that, at the time of writing, is in the :mod: `!profile.sampling `
104
+ module will be moved to the :mod: `!profilers ` package.
105
105
106
106
Documentation
107
107
=============
@@ -139,7 +139,7 @@ Top-Level ``tachyon`` Module
139
139
140
140
Introducing ``import tachyon `` as a new top-level module was rejected. Grouping tachyon under
141
141
``profilers `` helps establish a logical structure and prevents proliferation of top-level modules
142
- and also minimizes the usage of global namespace as requested by the Python Steering council
142
+ and also minimizes the usage of global namespace as requested by the Python Steering Council.
143
143
144
144
Copyright
145
145
=========
You can’t perform that action at this time.
0 commit comments