]> 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)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 22 Oct 2022 19:05:51 +0000 (20:05 +0100)
commit815ad02586390439f1fd51a1d2ada56df1b65892
treed4cef488810da9ab7a984a85a1ef3518bbaa9d87
parentc12c993aa11a9aa660b34f3aecbdf4dbcbc91dfb
[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]