Skip to content

Conversation

@onerandomusername
Copy link
Contributor

@onerandomusername onerandomusername commented Nov 5, 2025

curses.__version__ hasn't been defined since at least 3.8 It is defined in the c module as _curses.__version__ and _curses_panel.__version__ but due to star imports and a lack of __all__, is not defined in the public module

This attribute does not exist in any of stable versions 3.10, 3.11, 3.12, 3.13, 3.14

I don't think this needs a news entry, but if it does please let me know.


📚 Documentation preview 📚: https://cpython-previews--141052.org.readthedocs.build/

curses.__version__ hasn't been defined since at least 3.8
It is defined in the c module as _curses.__version__ and _curses_panel.__version__
but due to star imports and a lack of __all__, is not defined in the public module
@python-cla-bot
Copy link

python-cla-bot bot commented Nov 5, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

Copy link
Member

@StanFromIreland StanFromIreland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JelleZijlstra JelleZijlstra added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Nov 5, 2025
@hugovk hugovk merged commit 227f4ab into python:main Nov 5, 2025
43 checks passed
@hugovk
Copy link
Member

hugovk commented Nov 5, 2025

Thanks!

@miss-islington-app
Copy link

Thanks @onerandomusername for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Nov 5, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 5, 2025
(cherry picked from commit 227f4ab)

Co-authored-by: Zenith <me@arielle.codes>
@bedevere-app
Copy link

bedevere-app bot commented Nov 5, 2025

GH-141076 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Nov 5, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 5, 2025
(cherry picked from commit 227f4ab)

Co-authored-by: Zenith <me@arielle.codes>
@bedevere-app
Copy link

bedevere-app bot commented Nov 5, 2025

GH-141077 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Nov 5, 2025
hugovk pushed a commit that referenced this pull request Nov 5, 2025
hugovk pushed a commit that referenced this pull request Nov 5, 2025
@onerandomusername onerandomusername deleted the qt/doc/remove-curses-version branch November 5, 2025 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants