mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612)
This commit is contained in:
parent
badb637c8c
commit
4d95fa1ac5
6 changed files with 67 additions and 69 deletions
4
Modules/_sqlite/clinic/cursor.c.h
generated
4
Modules/_sqlite/clinic/cursor.c.h
generated
|
@ -115,7 +115,7 @@ PyDoc_STRVAR(pysqlite_cursor_executescript__doc__,
|
|||
"executescript($self, sql_script, /)\n"
|
||||
"--\n"
|
||||
"\n"
|
||||
"Executes multiple SQL statements at once. Non-standard.");
|
||||
"Executes multiple SQL statements at once.");
|
||||
|
||||
#define PYSQLITE_CURSOR_EXECUTESCRIPT_METHODDEF \
|
||||
{"executescript", (PyCFunction)pysqlite_cursor_executescript, METH_O, pysqlite_cursor_executescript__doc__},
|
||||
|
@ -289,4 +289,4 @@ pysqlite_cursor_close(pysqlite_Cursor *self, PyObject *Py_UNUSED(ignored))
|
|||
{
|
||||
return pysqlite_cursor_close_impl(self);
|
||||
}
|
||||
/*[clinic end generated code: output=514f6eb4e4974671 input=a9049054013a1b77]*/
|
||||
/*[clinic end generated code: output=ab1375c060ff7021 input=a9049054013a1b77]*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue