[New-bugs-announce] [issue26962] curses documenation- keys for Page Up and Page Down are reversed

Nathan Kerr report at bugs.python.org
Thu May 5 03:53:26 EDT 2016


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 at python
components: Documentation
messages: 264884
nosy: docs at 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 at bugs.python.org>
<http://bugs.python.org/issue26962>
_______________________________________


More information about the New-bugs-announce mailing list