[3.10] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31753)

(cherry picked from commit 4d95fa1ac5)
This commit is contained in:
Erlend Egeberg Aasland 2022-03-08 16:30:14 +01:00 committed by GitHub
parent 21c5b3f73f
commit f3d3b2d5c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 67 additions and 69 deletions

View file

@ -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;