◐ Shell
clean mode source ↗

gh-76007: remove curses.__version__ doc by onerandomusername · Pull Request #141052 · python/cpython

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

StanFromIreland

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>

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>

hugovk pushed a commit that referenced this pull request

Nov 5, 2025
Co-authored-by: Zenith <me@arielle.codes>

hugovk pushed a commit that referenced this pull request

Nov 5, 2025
Co-authored-by: Zenith <me@arielle.codes>

StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request

Dec 6, 2025