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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2021-01-31.14:44:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612104299.75.0.0836135566859.issue43084@roundup.psfhosted.org>
In-reply-to
Content
curses.window.enclose() is the only curses wrapper which returns 0/1 while the original function is declared returning bool. https://linux.die.net/man/3/wenclose
History
Date User Action Args
2021-01-31 14:44:59serhiy.storchakasetrecipients: + serhiy.storchaka
2021-01-31 14:44:59serhiy.storchakasetmessageid: <1612104299.75.0.0836135566859.issue43084@roundup.psfhosted.org>
2021-01-31 14:44:59serhiy.storchakalinkissue43084 messages
2021-01-31 14:44:59serhiy.storchakacreate