summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-09-30 09:12:22 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-10-22 19:05:51 (GMT)
commit815ad02586390439f1fd51a1d2ada56df1b65892 (patch)
treed4cef488810da9ab7a984a85a1ef3518bbaa9d87 /Misc
parentc12c993aa11a9aa660b34f3aecbdf4dbcbc91dfb (diff)
downloadcpython-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.rst1
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.