From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 5 Nov 2025 22:06:27 +0000 (+0100) Subject: [3.14] gh-76007: remove curses.__version__ doc (GH-141052) (#141076) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f35a6e14f388bc327963f010b733a114a9333168;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-76007: remove curses.__version__ doc (GH-141052) (#141076) Co-authored-by: Zenith --- 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.