bpo-36101: remove non-ascii characters in docstring · Pull Request #12018 · python/cpython

Expand Up @@ -412,12 +412,12 @@ _curses_panel.panel.set_userptr obj: object /
Set the panels user pointer to obj. Set the panel's user pointer to obj. [clinic start generated code]*/
static PyObject * _curses_panel_panel_set_userptr(PyCursesPanelObject *self, PyObject *obj) /*[clinic end generated code: output=6fb145b3af88cf4a input=2056be1cd148b05c]*/ /*[clinic end generated code: output=6fb145b3af88cf4a input=d2c6a9dbefabbf39]*/ { PyObject *oldobj; int rc; Expand Down Expand Up @@ -587,12 +587,12 @@ _curses_panel.update_panels
Updates the virtual screen after changes in the panel stack.
This does not call curses.doupdate(), so youll have to do this yourself. This does not call curses.doupdate(), so you'll have to do this yourself. [clinic start generated code]*/
static PyObject * _curses_panel_update_panels_impl(PyObject *module) /*[clinic end generated code: output=2f3b4c2e03d90ded input=a127069202b0a097]*/ /*[clinic end generated code: output=2f3b4c2e03d90ded input=5299624c9a708621]*/ { PyCursesInitialised; update_panels(); Expand Down