Skip to content

Deprecate empty isidentifier utility#915

Merged
Carreau merged 1 commit intoipython:mainfrom
minrk:deprecate-isidentifier
Feb 4, 2025
Merged

Deprecate empty isidentifier utility#915
Carreau merged 1 commit intoipython:mainfrom
minrk:deprecate-isidentifier

Conversation

@minrk
Copy link
Copy Markdown
Member

@minrk minrk commented Nov 28, 2024

This has become a straight passthrough to s.isidentifier() after removal of Python 2 compatibility over the years.

isidentifier is not exported or documented since 5.0, so probably safe to remove, but better to be extra conservative in this package.

now a no-op alias to s.isidentifier() after removal of Python 2 compat

this is not exported or documented, so probably safe to remove, but better to be safe
@Carreau Carreau merged commit 1805ad9 into ipython:main Feb 4, 2025
@minrk minrk deleted the deprecate-isidentifier branch February 4, 2025 08:54
@krassowski krassowski changed the title deprecate empty isidentifier utility Deprecate empty isidentifier utility May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants