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: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
ericsnowcurrently and AlexWaygood authored Dec 7, 2023
commit ad0515fc93da1c2d1052c842601fc8c311a45f7a
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@ Changes in the Python API
* Mixing tabs and spaces as indentation in the same file is not supported anymore and will
raise a :exc:`TabError`.

* The :mod:`threading` module now expects the `_thread` module to have
* The :mod:`threading` module now expects the :mod:`!_thread` module to have
a ``_is_main_interpreter`` attribute. Is is a function with no
Comment thread
ericsnowcurrently marked this conversation as resolved.
Outdated
Comment thread
ericsnowcurrently marked this conversation as resolved.
Outdated
arguments that returns ``True`` if the current interpreter is the
main interpreter.
Expand Down