Skip to content

Commit 5fe7189

Browse files
remove curses.__version__ doc
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
1 parent 35528fc commit 5fe7189

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/library/curses.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,6 @@ The :mod:`curses` module defines the following data members:
13491349

13501350

13511351
.. data:: version
1352-
.. data:: __version__
13531352

13541353
A bytes object representing the current version of the module.
13551354

0 commit comments

Comments
 (0)