commit | 815ad02586390439f1fd51a1d2ada56df1b65892 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Sep 30 02:12:22 2022 -0700 |
committer | Pablo Galindo <pablogsal@gmail.com> | Sat Oct 22 20:05:51 2022 +0100 |
tree | d4cef488810da9ab7a984a85a1ef3518bbaa9d87 | |
parent | c12c993aa11a9aa660b34f3aecbdf4dbcbc91dfb [diff] |
[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>