Closed
Description
Bug report
Bug description:
I tried to use quit and exit to return to the interactive Python shell but these not work. I need to use Ctr +Z.
Python 3.13.0a1 (tags/v3.13.0a1:ad056f0, Oct 13 2023, 09:51:17) [MSC v.1935 64 bit (AMD64)] on win32
# Add a code block here, if required
help> exit()
No Python documentation found for 'exit()'.
Use help() to get the interactive help utility.
Use help(str) for help on the str class.
help> quit()
No Python documentation found for 'quit()'.
Use help() to get the interactive help utility.
Use help(str) for help on the str class.
CPython versions tested on:
3.13
Operating systems tested on:
Windows