mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
[3.10] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31753)
(cherry picked from commit 4d95fa1ac5
)
This commit is contained in:
parent
21c5b3f73f
commit
f3d3b2d5c5
6 changed files with 67 additions and 69 deletions
|
@ -685,12 +685,12 @@ _sqlite3.Cursor.executescript as pysqlite_cursor_executescript
|
|||
sql_script as script_obj: object
|
||||
/
|
||||
|
||||
Executes multiple SQL statements at once. Non-standard.
|
||||
Executes multiple SQL statements at once.
|
||||
[clinic start generated code]*/
|
||||
|
||||
static PyObject *
|
||||
pysqlite_cursor_executescript(pysqlite_Cursor *self, PyObject *script_obj)
|
||||
/*[clinic end generated code: output=115a8132b0f200fe input=ba3ec59df205e362]*/
|
||||
/*[clinic end generated code: output=115a8132b0f200fe input=75270e5bcdb4d6aa]*/
|
||||
{
|
||||
_Py_IDENTIFIER(commit);
|
||||
const char* script_cstr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue