Skip to content

Commit

Permalink
Move change description to Doc/whatsnew/3.14.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbkim committed Jul 11, 2024
1 parent 776e343 commit 1e2c356
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 0 additions & 6 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -535,12 +535,6 @@ Other Language Changes
relative imports if dots are present before the module name.
(Contributed by Jeremiah Gabriel Pascual in :gh:`118216`.)

* :option:`-X importtime <-X>` now accepts value ``2``, which indicates that
an ``importtime`` entry should also be printed if an imported module has
already been loaded. The ``self`` and ``cumulative`` times for such entries
are replaced by the string ``cached``.
(Contributed by Noah Kim in :gh:`118655`.)


New Modules
===========
Expand Down
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ New Features
Other Language Changes
======================

* :option:`-X importtime <-X>` now accepts value ``2``, which indicates that
an ``importtime`` entry should also be printed if an imported module has
already been loaded. The ``self`` and ``cumulative`` times for such entries
are replaced by the string ``cached``.
(Contributed by Noah Kim in :gh:`118655`.)


New Modules
Expand Down

This file was deleted.

0 comments on commit 1e2c356

Please sign in to comment.