mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
parent
35e4da25d4
commit
e534440510
@ -589,7 +589,7 @@ class Event:
|
||||
def isSet(self):
|
||||
"""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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user