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
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
(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
(cherry picked from commit 227f4ab) Co-authored-by: Zenith <me@arielle.codes>
hugovk pushed a commit that referenced this pull request
hugovk pushed a commit that referenced this pull request
StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters