mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
parent
35e4da25d4
commit
e534440510
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ class Event:
|
||||||
def isSet(self):
|
def isSet(self):
|
||||||
"""Return true if and only if the internal flag is true.
|
"""Return true if and only if the internal flag is true.
|
||||||
|
|
||||||
This method is deprecated, use notify_all() instead.
|
This method is deprecated, use is_set() instead.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import warnings
|
import warnings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue