Change by Nathan Kerr :
--
keywords: +patch
pull_requests: +5313
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Nathan Kerr added the comment:
Just submitted a PR for this issue, however I only signed the CLA an hour ago
so it hasn't gone through yet.
This is my first contribution, I followed the guide but please let me know if I
missed anything. Thanks!
--
nosy: +
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.
Th