]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Use SyntaxError invalid range in tutorial introduction example (GH-93031)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 30 Sep 2022 09:12:22 +0000 (02:12 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Sep 2022 09:12:22 +0000 (10:12 +0100)
commit1a620c579db24914fc5368340ad3a4f0353ad319
treef3c1f3eb6afd0a7403c34d653e0cff32fa63a3d0
parent27891e0d7b8cb2ad4823d8bca89a5cb7bd322ba0
[3.11] Use SyntaxError invalid range in tutorial introduction example (GH-93031) (GH-97666)

Use SyntaxError invalid range in tutorial introduction example (GH-93031)

Use output from a 3.10+ REPL, showing invalid range, for the
SyntaxError examples in the tutorial introduction page.

Co-authored-by: Eddie Hebert <eddie@eddiehebert.com>
Doc/tutorial/introduction.rst
Misc/NEWS.d/next/Documentation/2022-05-20-18-42-10.gh-issue-93031.c2RdJe.rst [new file with mode: 0644]