Skip to content

Deprecate typing.Text #92332

@AlexWaygood

Description

@AlexWaygood

Feature or enhancement

The typing module has a huge API, and new features continue to be added in each version of Python. Deprecations should be done carefully and slowly, to minimise disruption for users, but we should nonetheless aim to shrink the API where features are no longer needed, so as to make the sheer size of the module less overwhelming for newcomers to Python typing.

Python 2.7 is now end-of-life, so typing.Text has no use anymore (its sole purpose was to provide backwards compatibility with Python 2). I propose that we should now deprecate typing.Text, with a view to eventually removing it.

Activity

JelleZijlstra

JelleZijlstra commented on May 5, 2022

@JelleZijlstra
Member

I agree on deprecating Text and removing it from examples, but I don't want to remove it for a long time: that just needlessly breaks previously working code.

To reduce cognitive load on readers of the typing module docs, we can eventually move it to a separate section about deprecated names and cover it only briefly.

AlexWaygood

AlexWaygood commented on May 5, 2022

@AlexWaygood
MemberAuthor

I don't want to remove it for a long time: that just needlessly breaks previously working code.

We agree.

Fidget-Spinner

Fidget-Spinner commented on May 5, 2022

@Fidget-Spinner
Member

Please forgive my ignorance: I didn't even know typing.Text existed. I don't think many people still use this, so we can deprecate it (but like you mentioned, remove it a long long time later).

JelleZijlstra

JelleZijlstra commented on May 5, 2022

@JelleZijlstra
Member

It's pretty easy to miss :).

To be clear, by "a long time" I mean something like "wait a decade and then maybe start thinking about removing it". We shouldn't set a concrete removal timeline yet.

AlexWaygood

AlexWaygood commented on May 5, 2022

@AlexWaygood
MemberAuthor

It's pretty easy to miss :).

It's definitely not a big maintenance burden or anything!

added a commit that references this issue on May 6, 2022
6f18b86
added a commit that references this issue on May 9, 2024
added a commit that references this issue on May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Deprecate `typing.Text` · Issue #92332 · python/cpython