Skip to content

Commit

Permalink
Fix some Sphinx warnings in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed May 7, 2024
1 parent 41294e8 commit 84a0f39
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Improve validation logic in the C implementation of :meth:`datetime.fromisoformat`
to better handle invalid years. Patch by Vlad Efanov.
Improve validation logic in the C implementation of
:meth:`datetime.datetime.fromisoformat` to better handle invalid years.
Patch by Vlad Efanov.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add the :meth:`after_info` method for Tkinter widgets.
Add the :meth:`!after_info` method for Tkinter widgets.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add parameter *fileobj* check for :func:`tarfile.addfile()`
Add parameter *fileobj* check for :func:`tarfile.TarFile.addfile`
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ to that instance's class to persist in an internal cache in the
class was dynamically created, the class held strong references to other
objects which took up a significant amount of memory, and the cache
contained the sole strong reference to the class. The fix for the regression
leads to a slowdown in :func:`getattr_static`, but the function should still
leads to a slowdown in :func:`!getattr_static`, but the function should still
be significantly faster than it was in Python 3.11. Patch by Alex Waygood.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Fix a bug where :func:`sqlite3.iterdump` could fail if a custom :attr:`row
factory <sqlite3.Connection.row_factory>` was used. Patch by Erlend Aasland.
Fix a bug where :meth:`sqlite3.Connection.iterdump` could fail if a custom
:attr:`row factory <sqlite3.Connection.row_factory>` was used. Patch by Erlend
Aasland.

0 comments on commit 84a0f39

Please sign in to comment.