https://github.com/python/cpython/commit/f35a6e14f388bc327963f010b733a114a9333168 commit: f35a6e14f388bc327963f010b733a114a9333168 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-05T22:06:27Z summary:
[3.14] gh-76007: remove curses.__version__ doc (GH-141052) (#141076) Co-authored-by: Zenith <[email protected]> files: M Doc/library/curses.rst diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index fb84cf32246879..e60197ddd89adb 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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
