mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
gh-131885: Document * for code.InteractiveConsole (#132029)
This commit is contained in:
parent
d17f28fed5
commit
e733dc90f3
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ build applications which provide an interactive interpreter prompt.
|
|||
module.
|
||||
|
||||
|
||||
.. class:: InteractiveConsole(locals=None, filename="<console>", local_exit=False)
|
||||
.. class:: InteractiveConsole(locals=None, filename="<console>", *, local_exit=False)
|
||||
|
||||
Closely emulate the behavior of the interactive Python interpreter. This class
|
||||
builds on :class:`InteractiveInterpreter` and adds prompting using the familiar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue