diff options
| author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-12-02 12:51:18 (GMT) |
|---|---|---|
| committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-12-02 12:51:37 (GMT) |
| commit | 57e0d177c26d4a508ef46adae9cbae46fca39f70 (patch) | |
| tree | 750838e601084a330dc5f3b704e4e38d3ec6381e /Doc/library/sqlite3.rst | |
| parent | 49fe7574d9e267fcd82269228995068744e9f0f8 (diff) | |
| download | cpython-3.14.1.zip cpython-3.14.1.tar.gz cpython-3.14.1.tar.bz2 | |
Python 3.14.1v3.14.1
Diffstat (limited to 'Doc/library/sqlite3.rst')
| -rw-r--r-- | Doc/library/sqlite3.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 3dfac22..cbc3f32 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -1614,7 +1614,7 @@ Cursor objects If the *size* parameter is used, then it is best for it to retain the same value from one :meth:`fetchmany` call to the next. - .. versionchanged:: next + .. versionchanged:: 3.14.1 Negative *size* values are rejected by raising :exc:`ValueError`. .. method:: fetchall() @@ -1644,7 +1644,7 @@ Cursor objects Read/write attribute that controls the number of rows returned by :meth:`fetchmany`. The default value is 1 which means a single row would be fetched per call. - .. versionchanged:: next + .. versionchanged:: 3.14.1 Negative values are rejected by raising :exc:`ValueError`. .. attribute:: connection |
