FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Doc: remove redundant refs in sqlite3 docs by erlend-aasland · Pull Request #94667 · python/cpython · GitHub

/ cpython Public
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .rst  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
8 changes: 0 additions & 8 deletions Doc/library/sqlite3.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,6 @@ Module functions and constants
<sqlite3.Cursor object at 0x10b1fe840>


.. _sqlite3-connection-objects:

Connection Objects
------------------

Expand Down Expand Up @@ -863,8 +861,6 @@ Connection Objects
.. versionadded:: 3.11


.. _sqlite3-cursor-objects:

Cursor Objects
--------------

Expand Down Expand Up @@ -1019,8 +1015,6 @@ Cursor Objects
>>> cur.connection == con
True

.. _sqlite3-row-objects:

Row Objects
-----------

Expand Down Expand Up @@ -1085,8 +1079,6 @@ Now we plug :class:`Row` in::
35.14


.. _sqlite3-blob-objects:

Blob Objects
------------

Expand Down

Back | FazBrowse Home | New Git URL