Skip to content

Commit 38d2a4e

Browse files
authored
add what's new entry
1 parent 4c78c57 commit 38d2a4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,11 @@ Other language changes
474474
explicitly overridden in the subclass.
475475
(Contributed by Tomasz Pytel in :gh:`132329`.)
476476

477+
* The command line option :option:`-c` now automatically dedents its code
478+
argument before execution. The auto-dedentation behavior mirrors
479+
:func:`textwrap.dedent`.
480+
(Contributed by Jon Crall and Steven Sun in :gh:`103998`.)
481+
477482
.. _whatsnew314-pep765:
478483

479484
PEP 765: Disallow return/break/continue that exit a finally block

0 commit comments

Comments
 (0)