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 docs@python, r.david.murray, serhiy.storchaka, twouters
Date 2017-07-07.15:14:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499440453.75.0.308646182968.issue30872@psf.upfronthosting.co.za>
In-reply-to
Content
The curses libraries works with strings and characters. But what are strings? In different functions this means different: Unicode strings, byte strings or any. Proposed PR explains this. It also unifies the documentation of boolean arguments, and fixes some references and formatting.
History
Date User Action Args
2017-07-07 15:14:13serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, r.david.murray, docs@python
2017-07-07 15:14:13serhiy.storchakasetmessageid: <1499440453.75.0.308646182968.issue30872@psf.upfronthosting.co.za>
2017-07-07 15:14:13serhiy.storchakalinkissue30872 messages
2017-07-07 15:14:13serhiy.storchakacreate