-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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 deprecated functions from operator #43602
Comments
This patch removes the isCallable() and This patch is against r47214. |
I think you can safely commit this. |
Please don't actually remove them until after 2.6 is out; the use of the functions should actually warn (with DeprecationWarning) for at least a release, and they don't warn currently. |
My bad, I had thought this patch to be for Python 3000. |
I'll go ahead and add deprecation warnings for 2.6 and remove them in 3.0. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: