Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
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/whatsnew/3.12.rst
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
ericsnowcurrently and hugovk authored Dec 7, 2023
commit 656be2089552d1ac367e57c13cd63792da632e1d
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,7 @@ Changes in the Python API
raise a :exc:`TabError`.

* The :mod:`threading` module now expects the :mod:`!_thread` module to have
a ``_is_main_interpreter`` attribute. Is is a function with no
an ``_is_main_interpreter`` attribute. It is a function with no
arguments that returns ``True`` if the current interpreter is the
main interpreter.

Expand Down