Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb405647

Browse files
authored
[3.8]bpo-43723: Backport IDLE doc change (GH-25174)
Cherry-picked from9825bdf
1 parenta746fce commitb405647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Doc/library/idle.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ intended to be the same as executing the same code by the default method,
732732
directly with Python in a text-mode system console or terminal window.
733733
However, the different interface and operation occasionally affect
734734
visible results. For instance, ``sys.modules`` starts with more entries,
735-
and ``threading.activeCount()`` returns 2 instead of 1.
735+
and ``threading.active_count()`` returns 2 instead of 1.
736736

737737
By default, IDLE runs user code in a separate OS process rather than in
738738
the user interface process that runs the shell and editor. In the execution

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp