Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
MNT: Replace _docstring.dedent_interpd by its alias _docstring.interpd#28826
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Historically, they were the different, but are the same for several years. Since the whole `_docstring` module has become private, we can simply remove the alias `dedent_interpd`. Note that `interpd` nowadays also handles indentation smartly, so we don't have to care about "dedenting".
Note: Failing OSX and free-threaded tests are an unrealted CI issue. |
The cp313t issues is missing panadas wheels, the osx issue is homebrew trying to update the python!=3.12 to 3.12 and failing. |
Should be fixed soon:pandas-dev/pandas#59817 |
64d45cb
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
Historically, they were the different, but are the same for
several years. Since the whole
_docstring
module has become private,we can simply remove the alias
dedent_interpd
. Note thatinterpd
nowadays also handles indentation smartly, so we don't have to care
about "dedenting".