mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Add alias for old function name -- removing it broke Alexei Gilchrist's cfm
This commit is contained in:
parent
120beb6b67
commit
a98e92bc13
1 changed files with 2 additions and 0 deletions
|
@ -1270,6 +1270,8 @@ static PyMethodDef PyCursesWindow_Methods[] = {
|
|||
{"nodelay", (PyCFunction)PyCursesWindow_nodelay},
|
||||
{"notimeout", (PyCFunction)PyCursesWindow_notimeout},
|
||||
{"noutrefresh", (PyCFunction)PyCursesWindow_NoOutRefresh},
|
||||
/* Backward compatibility alias -- remove in Python 2.1 */
|
||||
{"nooutrefresh", (PyCFunction)PyCursesWindow_NoOutRefresh},
|
||||
{"putwin", (PyCFunction)PyCursesWindow_PutWin},
|
||||
{"redrawln", (PyCFunction)PyCursesWindow_RedrawLine},
|
||||
{"redrawwin", (PyCFunction)PyCursesWindow_redrawwin},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue