-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add deprecation warning where needed #226
Comments
Partially done by #271 |
What remaining methods/classes have to be deprecated in 1.8? |
Maybe current code is enough, I'm listing some deprecated features here:
|
Thx. Sounds good to me. I say we remove the first two in 2.0. There is no rush for the TODO items. Let's do that later. Let's work on getting rid of |
Remove deprecated methods: - Worker.last_error() - Worker.last_node() - Worker.last_read() - Worker.last_retcode() They have been deprecated since at least v1.6.
|
A couple of method and classes are deprecated in ClusterShell.
We need to add call to
warnings.warn
where needed.The next release will be able to drop this code.
The text was updated successfully, but these errors were encountered: