Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9bf5515

Browse filesBrowse files
committed
Fix some Sphinx warnings in changelog
1 parent 0757590 commit 9bf5515
Copy full SHA for 9bf5515
Expand file treeCollapse file tree

5 files changed

+9
-7
lines changed
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
Improve validation logic in the C implementation of :meth:`datetime.fromisoformat`
2-
to better handle invalid years. Patch by Vlad Efanov.
1+
Improve validation logic in the C implementation of
2+
:meth:`datetime.datetime.fromisoformat` to better handle invalid years.
3+
Patch by Vlad Efanov.
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add the :meth:`after_info` method for Tkinter widgets.
1+
Add the :meth:`!after_info` method for Tkinter widgets.
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add parameter *fileobj* check for :func:`tarfile.addfile()`
1+
Add parameter *fileobj* check for :func:`tarfile.TarFile.addfile`

‎Misc/NEWS.d/next/Library/2024-04-24-12-20-48.gh-issue-118013.TKn_kZ.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/next/Library/2024-04-24-12-20-48.gh-issue-118013.TKn_kZ.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ to that instance's class to persist in an internal cache in the
55
class was dynamically created, the class held strong references to other
66
objects which took up a significant amount of memory, and the cache
77
contained the sole strong reference to the class. The fix for the regression
8-
leads to a slowdown in :func:`getattr_static`, but the function should still
8+
leads to a slowdown in :func:`!getattr_static`, but the function should still
99
be significantly faster than it was in Python 3.11. Patch by Alex Waygood.
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
Fix a bug where :func:`sqlite3.iterdump` could fail if a custom :attr:`row
2-
factory <sqlite3.Connection.row_factory>` was used. Patch by Erlend Aasland.
1+
Fix a bug where :meth:`sqlite3.Connection.iterdump` could fail if a custom
2+
:attr:`row factory <sqlite3.Connection.row_factory>` was used. Patch by Erlend
3+
Aasland.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.