]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145694: Update tutorial indentation guidance for PyREPL auto-indent (#145725)
authorMatt Van Horn <mvanhorn@users.noreply.github.com>
Sat, 11 Jul 2026 15:57:37 +0000 (08:57 -0700)
committerGitHub <noreply@github.com>
Sat, 11 Jul 2026 15:57:37 +0000 (16:57 +0100)
commit931cfdf8edcd867e3fe1f20fc001f917e3f8890e
treeeb369b0489b5d9a451be6554e41db01ffdb51631
parent7671ee1eba3c7c13747761b35b4b9d4166a4670a
gh-145694: Update tutorial indentation guidance for PyREPL auto-indent (#145725)

The tutorial stated users must manually type tabs/spaces at the interactive
prompt, which is no longer accurate since the PyREPL in Python 3.13+
auto-indents after compound statement headers. Updated to mention both
the default REPL behavior and the basic REPL fallback.
Doc/tutorial/introduction.rst