diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-09-08 20:02:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 20:02:19 (GMT) |
commit | f235dd0784b92824565c4a4e72adc70fa3eab68f (patch) | |
tree | 4847c5a1a35b5f311b59a2cc135fccba2ae440e8 /Modules/clinic/_tkinter.c.h | |
parent | 84ca5fcd31541929f0031e974a434b95d8e78aab (diff) | |
download | cpython-f235dd0784b92824565c4a4e72adc70fa3eab68f.zip cpython-f235dd0784b92824565c4a4e72adc70fa3eab68f.tar.gz cpython-f235dd0784b92824565c4a4e72adc70fa3eab68f.tar.bz2 |
bpo-38371: Remove deprecated `tkinter` split() method (GH-28237)
Diffstat (limited to 'Modules/clinic/_tkinter.c.h')
-rw-r--r-- | Modules/clinic/_tkinter.c.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Modules/clinic/_tkinter.c.h b/Modules/clinic/_tkinter.c.h index 9718986..ea45858 100644 --- a/Modules/clinic/_tkinter.c.h +++ b/Modules/clinic/_tkinter.c.h @@ -322,14 +322,6 @@ PyDoc_STRVAR(_tkinter_tkapp_splitlist__doc__, #define _TKINTER_TKAPP_SPLITLIST_METHODDEF \ {"splitlist", (PyCFunction)_tkinter_tkapp_splitlist, METH_O, _tkinter_tkapp_splitlist__doc__}, -PyDoc_STRVAR(_tkinter_tkapp_split__doc__, -"split($self, arg, /)\n" -"--\n" -"\n"); - -#define _TKINTER_TKAPP_SPLIT_METHODDEF \ - {"split", (PyCFunction)_tkinter_tkapp_split, METH_O, _tkinter_tkapp_split__doc__}, - PyDoc_STRVAR(_tkinter_tkapp_createcommand__doc__, "createcommand($self, name, func, /)\n" "--\n" @@ -867,4 +859,4 @@ exit: #ifndef _TKINTER_TKAPP_DELETEFILEHANDLER_METHODDEF #define _TKINTER_TKAPP_DELETEFILEHANDLER_METHODDEF #endif /* !defined(_TKINTER_TKAPP_DELETEFILEHANDLER_METHODDEF) */ -/*[clinic end generated code: output=ab311480dd044fe4 input=a9049054013a1b77]*/ +/*[clinic end generated code: output=b6d2dcb488c13aa7 input=a9049054013a1b77]*/ |