Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Éric <merwok@netwok.org>
  • Loading branch information
methane and merwok authored Jul 15, 2023
commit 64d0d2f4098bc259bb99bf7d17dc86f61758fc2d
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ Other Language Changes
(Contributed by Hugo van Kemenade in :gh:`106487`.)

* Compiler now strip indents from docstrings.
This will reduce size of ``.pyc`` cache files.
This will reduce the size of ``.pyc`` (cached bytecode) files.
For example, cache file size for ``sqlalchemy.orm.session`` in SQLAlchemy 2.0
is reduced by about 5%.
This change will affects to tools using docstrings like doctest.
This change will affect tools using docstrings, like :mod:`doctest`.
(Contributed by Inada Naoki in :gh:`81283`.)

New Modules
Expand Down