From: Zenith Date: Wed, 5 Nov 2025 22:00:36 +0000 (-0500) Subject: gh-76007: remove curses.__version__ doc (#141052) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=227f4abacdd89bb3816c172a7f6fdaa2024dbada;p=thirdparty%2FPython%2Fcpython.git gh-76007: remove curses.__version__ doc (#141052) --- diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index fb84cf322468..e60197ddd89a 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -1349,7 +1349,6 @@ The :mod:`curses` module defines the following data members: .. data:: version -.. data:: __version__ A bytes object representing the current version of the module.