-
Notifications
You must be signed in to change notification settings - Fork 41
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
Remove a few references to 'Stub' #2542
Conversation
@prbot approve; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved 👍. @erikbern will follow-up review this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved 👍. @erikbern will follow-up review this.
if isinstance(app, App): | ||
return app | ||
elif app is not None and isinstance(stub, App): | ||
deprecation_warning( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in hindsight maybe we should have escalated this into a deprecation error but it's been so long that i think it's fine to remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Magic behavior giveth and magic behavior taketh away.
exciting! |
Hides the
Stub
class from the API docs and removes a couple mentions where we glossed App with the old name.