-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Fix a mistake in isSet() deprecated message doc #95720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
|
Thanks @marcmonfort for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
|
Sorry @marcmonfort and @JelleZijlstra, I had trouble checking out the |
|
Sorry, @marcmonfort and @JelleZijlstra, I could not cleanly backport this to |
|
Thanks @marcmonfort for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
Sorry, @marcmonfort and @JelleZijlstra, I could not cleanly backport this to |
Fix a mistake in isSet() deprecated message where it recommends to use notify_all() instead of is_set().