Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/interpreters.rst
Co-authored-by: Kyle Stanley <aeros167@gmail.com>
  • Loading branch information
nanjekyejoannah and aeros authored May 7, 2020
commit 71ad4d7e5c116e004843cefec1ee03a29686a94c
2 changes: 1 addition & 1 deletion Doc/library/interpreters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the module going to be provisional still in 3.9 or is this going to be part of the stable API? If it's going to be provisional, I think it could include a note in the header to explain that.

--------------

This module provides highlevel tools for working with sub-interpreters,
This module provides high-level tools for working with sub-interpreters,
such as creating them, running code in them, or sending data between them.
It is a wrapper around the low-level :mod:`_interpreters` module.
Comment thread
nanjekyejoannah marked this conversation as resolved.
Outdated

Expand Down