https://github.com/python/cpython/commit/e733dc90f305441a5654d862da1e79b7d4fe889e
commit: e733dc90f305441a5654d862da1e79b7d4fe889e
branch: main
author: Semyon Moroz <[email protected]>
committer: vstinner <[email protected]>
date: 2025-10-31T11:16:32+01:00
summary:

gh-131885: Document `*` for `code.InteractiveConsole` (#132029)

files:
M Doc/library/code.rst

diff --git a/Doc/library/code.rst b/Doc/library/code.rst
index 52587c4dd8f8e8..59c016d21501b0 100644
--- a/Doc/library/code.rst
+++ b/Doc/library/code.rst
@@ -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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to