Skip to content

Conversation

@onerandomusername
Copy link
Contributor

@onerandomusernameonerandomusername 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-botbot commented Nov 5, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

Copy link
Member

@StanFromIrelandStanFromIreland left a comment

Choose a reason for hiding this comment

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

LGTM

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

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-automationgithub-project-automationbot moved this from Todo to Done in Docs PRsNov 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

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

@bedevere-appbedevere-appbot 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

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

@bedevere-appbedevere-appbot 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
@onerandomusernameonerandomusername deleted the qt/doc/remove-curses-version branch November 5, 2025 22:32
StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request Dec 6, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants

@onerandomusername@hugovk@StanFromIreland@JelleZijlstra