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

2016-05-05 Thread Berker Peksag
Berker Peksag added the comment: Thanks! -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ __

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

2016-05-05 Thread Roundup Robot
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

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

2016-05-05 Thread Berker Peksag
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 tr

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

2016-05-05 Thread Nathan Kerr
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