This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ryan Jarvis
Recipients Ryan Jarvis, docs@python
Date 2017-05-15.21:16:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494882965.33.0.779610991751.issue30376@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the Python curses documentation refers to `WindowObject` multiple times in the documentation.  The actual type signature is `_curses.curses window`.  WindowObject does not exist.  

Seen at 16.11.1. Textbox objects and curses.initscr() for both Python2 and Python3 documentation.   

https://docs.python.org/3/library/curses.html
https://docs.python.org/2/library/curses.html

There is no type information available the curses window object in the documentation.
History
Date User Action Args
2017-05-15 21:16:05Ryan Jarvissetrecipients: + Ryan Jarvis, docs@python
2017-05-15 21:16:05Ryan Jarvissetmessageid: <1494882965.33.0.779610991751.issue30376@psf.upfronthosting.co.za>
2017-05-15 21:16:05Ryan Jarvislinkissue30376 messages
2017-05-15 21:16:05Ryan Jarviscreate