Skip to content
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

Fix typo and provide deprecation shim for delimeters kwarg #5627

Closed
wants to merge 3 commits into from

Conversation

yarikoptic
Copy link
Contributor

might indeed be an overkill, then discard the last commit ;)

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@scoder scoder closed this in 0e19556 Aug 24, 2023
@scoder
Copy link
Contributor

scoder commented Aug 24, 2023

Thanks. I think I found a simpler implementation, though. Also, a quick search on GitHub returned no usages of this argument outside of Cython itself, so we're hopefully safe.

@yarikoptic
Copy link
Contributor Author

whatever works! but I think that for a "proper" deprecation cycle, that "simpler" one is incomplete since it has compatibility layer only for the __init__ call but absent for any other function like lex where if code used delimeters kwargs -- now it would blow instead of issuing a warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants