]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89158: Add some REPL secondary prompt markers (#93073)
authorNicolas Haller <nicolas@haller.im>
Mon, 23 May 2022 04:58:07 +0000 (00:58 -0400)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 04:58:07 +0000 (00:58 -0400)
commit88f0d0c1e8fdda036f3f64b0048911ba28ce7f06
tree022a32c34fc40f18e164ab65d0467fecb98213e8
parent9bc616cb4cd0610c21611554b50791f4d4c850e8
gh-89158: Add some REPL secondary prompt markers (#93073)

This fixes an issue on tutorial/classes.rst section 9.4 where the example "class Warehouse"
was truncated when pressing the >>> button to hide the prompts and output.
Doc/tutorial/classes.rst