]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103997: Automatically dedent the argument to "-c" (#103998)
authorJon Crall <erotemic@gmail.com>
Fri, 18 Apr 2025 08:39:30 +0000 (04:39 -0400)
committerGitHub <noreply@github.com>
Fri, 18 Apr 2025 08:39:30 +0000 (17:39 +0900)
commitfc0ec2988999be05db67186ca01ed6563ba27f9e
tree361a6ae589d9a39669cefa61ff4f59e2a602fcff
parent50e518e886e6dde5542a2372d5b04acbdda4fc7d
gh-103997: Automatically dedent the argument to "-c" (#103998)

Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Co-authored-by: Kirill Podoprigora <80244920+Eclips4@users.noreply.github.com>
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/using/cmdline.rst
Doc/whatsnew/3.14.rst
Include/internal/pycore_unicodeobject.h
Lib/test/test_cmd_line.py
Misc/NEWS.d/next/Core_and_Builtins/2023-04-29-23-15-38.gh-issue-103997.BS3uVt.rst [new file with mode: 0644]
Modules/main.c
Objects/unicodeobject.c