-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
Deprecate non-keyword arguments for rsplit #47446
Deprecate non-keyword arguments for rsplit #47446
Conversation
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.
Thanks @MrShevan, looks good to me. The CI failures seem unrelated.
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.
@MarcoGorelli @datapythonista Thanks for reviewing! Year, sure, I'll do the same for |
https://github.com/pandas-dev/pandas/runs/7007844136?check_suite_focus=true hmm these are all unrelated i supposed cc @mroeschke |
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.
Yup, the failures look unrelated. Thanks!
* Deprecate non-keyword arguments for rsplit * linter fix * Deprecate non-keyword arguments for split Co-authored-by: Anton Shevtsov <aeshevtsov@avito.ru>
maxsplit
onrsplit
even though it is accepted in vanilla Python #47423doc/source/whatsnew/v1.5.0.rst
file if fixing a bug or adding a new feature.