https://github.com/python/cpython/commit/d29fe3f32cbe0a517f9c3694167efee3ce55d19a commit: d29fe3f32cbe0a517f9c3694167efee3ce55d19a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-05T22:07:32Z summary:
[3.13] gh-76007: remove curses.__version__ doc (GH-141052) (#141077) 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 7e155079fdb6ca..35fa4c415f3c4b 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -1328,7 +1328,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]
