File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1418,8 +1418,7 @@ Connection objects
14181418 See :ref: `sqlite3-howto-row-factory ` for more details.
14191419
14201420 .. versionchanged :: next
1421- Deleting the ``row_factory `` attribute is no longer allowed and raises
1422- :exc: `AttributeError `.
1421+ Deleting the ``row_factory `` attribute is no longer allowed.
14231422
14241423 .. attribute :: text_factory
14251424
@@ -1431,8 +1430,7 @@ Connection objects
14311430 See :ref: `sqlite3-howto-encoding ` for more details.
14321431
14331432 .. versionchanged :: next
1434- Deleting the ``text_factory `` attribute is no longer allowed and raises
1435- :exc: `AttributeError `.
1433+ Deleting the ``text_factory `` attribute is no longer allowed.
14361434
14371435 .. attribute :: total_changes
14381436
@@ -1718,8 +1716,7 @@ Cursor objects
17181716 See :ref: `sqlite3-howto-row-factory ` for more details.
17191717
17201718 .. versionchanged :: next
1721- Deleting the ``row_factory `` attribute is no longer allowed and raises
1722- :exc: `AttributeError `.
1719+ Deleting the ``row_factory `` attribute is no longer allowed.
17231720
17241721
17251722.. The sqlite3.Row example used to be a how-to. It has now been incorporated
You can’t perform that action at this time.
0 commit comments