We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c78c57 commit 38d2a4eCopy full SHA for 38d2a4e
Doc/whatsnew/3.14.rst
@@ -474,6 +474,11 @@ Other language changes
474
explicitly overridden in the subclass.
475
(Contributed by Tomasz Pytel in :gh:`132329`.)
476
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
+
482
.. _whatsnew314-pep765:
483
484
PEP 765: Disallow return/break/continue that exit a finally block
0 commit comments