Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove the now obsolete note
  • Loading branch information
erlend-aasland committed Jun 16, 2022
commit 71f2f45d8b49f08df950946fed97d4368777a0a3
4 changes: 0 additions & 4 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1442,10 +1442,6 @@ If an exception is raised and not caught, the transaction is rolled back.

If there is no open transaction, the context manager is a no-op.
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated

.. note::

The context manager does not implicitly open a new transaction.

.. literalinclude:: ../includes/sqlite3/ctx_manager.py


Expand Down