[issue26962] curses documenation- keys for Page Up and Page Down are reversed
New submission from Nathan Kerr: In the documentation for the curses module- 15.11 in Python 2.7 (https://docs.python.org/2.7/library/curses.html), the given key values for Page Up and Page Down are "KEY_NPAGE" and "KEY_PPAGE" respectively. These should be reversed. This has been fixed in the documentation for 3.5 and 3.6 but not in the previous versions. See this bug report: http://bugs.python.org/issue26679 ---------- assignee: docs@python components: Documentation messages: 264884 nosy: docs@python, nkerr priority: normal severity: normal status: open title: curses documenation- keys for Page Up and Page Down are reversed type: behavior versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26962> _______________________________________
Berker Peksag added the comment: Good catch, I forgot to update 2.7 (3.2, 3.3 and 3.4 are in security-fix-only mode so they don't get documentation updates anymore). ---------- nosy: +berker.peksag versions: -Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26962> _______________________________________
Roundup Robot added the comment: New changeset 4462e193f089 by Berker Peksag in branch '2.7': Issue #26962: Backport 23d986228c6b to 2.7 https://hg.python.org/cpython/rev/4462e193f089 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26962> _______________________________________
Berker Peksag added the comment: Thanks! ---------- resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26962> _______________________________________
participants (3)
-
Berker Peksag -
Nathan Kerr -
Roundup Robot