diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-09-30 09:12:22 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-10-22 19:05:51 (GMT) |
commit | 815ad02586390439f1fd51a1d2ada56df1b65892 (patch) | |
tree | d4cef488810da9ab7a984a85a1ef3518bbaa9d87 /Misc | |
parent | c12c993aa11a9aa660b34f3aecbdf4dbcbc91dfb (diff) | |
download | cpython-815ad02586390439f1fd51a1d2ada56df1b65892.zip cpython-815ad02586390439f1fd51a1d2ada56df1b65892.tar.gz cpython-815ad02586390439f1fd51a1d2ada56df1b65892.tar.bz2 |
[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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2022-05-20-18-42-10.gh-issue-93031.c2RdJe.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2022-05-20-18-42-10.gh-issue-93031.c2RdJe.rst b/Misc/NEWS.d/next/Documentation/2022-05-20-18-42-10.gh-issue-93031.c2RdJe.rst new file mode 100644 index 0000000..c46b45d --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2022-05-20-18-42-10.gh-issue-93031.c2RdJe.rst @@ -0,0 +1 @@ +Update tutorial introduction output to use 3.10+ SyntaxError invalid range. |