Issue30872
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.
Created on 2017-07-07 15:14 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 2620 | merged | serhiy.storchaka, 2017-07-07 15:15 | |
| PR 3887 | merged | serhiy.storchaka, 2017-10-04 19:45 | |
| Messages (3) | |||
|---|---|---|---|
| msg297892 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2017-07-07 15:14 | |
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. |
|||
| msg303730 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2017-10-04 19:44 | |
New changeset 300dd552b15825abfe0e367ac14cec4c3e050dbc by Serhiy Storchaka in branch 'master': bpo-30872: Update the curses docs to Python 3. (#2620) https://github.com/python/cpython/commit/300dd552b15825abfe0e367ac14cec4c3e050dbc |
|||
| msg303741 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2017-10-05 06:35 | |
New changeset de5427a8f7ce15565d13383bc8d279bb07dda1cb by Serhiy Storchaka in branch '3.6': [3.6] bpo-30872: Update the curses docs to Python 3. (GH-2620) (#3887) https://github.com/python/cpython/commit/de5427a8f7ce15565d13383bc8d279bb07dda1cb |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:48 | admin | set | github: 75055 |
| 2017-10-05 07:27:48 | serhiy.storchaka | set | status: open -> closed stage: patch review -> resolved resolution: fixed versions: - Python 3.5 |
| 2017-10-05 06:35:51 | serhiy.storchaka | set | messages: + msg303741 |
| 2017-10-04 19:45:53 | serhiy.storchaka | set | keywords:
+ patch pull_requests: + pull_request3862 |
| 2017-10-04 19:44:19 | serhiy.storchaka | set | messages: + msg303730 |
| 2017-07-07 15:15:46 | serhiy.storchaka | set | pull_requests: + pull_request2686 |
| 2017-07-07 15:14:13 | serhiy.storchaka | create | |
