-
-
Notifications
You must be signed in to change notification settings - Fork 31k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
6 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
5 changes: 3 additions & 2 deletions
5
Misc/NEWS.d/next/C API/2024-04-08-09-44-29.gh-issue-117534.54ZE_n.rst
This file contains 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 |
---|---|---|
@@ -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. |
2 changes: 1 addition & 1 deletion
2
Misc/NEWS.d/next/Library/2018-02-13-10-02-54.bpo-32839.McbVz3.rst
This file contains 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 |
---|---|---|
@@ -1 +1 @@ | ||
Add the :meth:`after_info` method for Tkinter widgets. | ||
Add the :meth:`!after_info` method for Tkinter widgets. |
2 changes: 1 addition & 1 deletion
2
Misc/NEWS.d/next/Library/2024-04-17-21-28-24.gh-issue-116931._AS09h.rst
This file contains 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 |
---|---|---|
@@ -1 +1 @@ | ||
Add parameter *fileobj* check for :func:`tarfile.addfile()` | ||
Add parameter *fileobj* check for :func:`tarfile.TarFile.addfile` |
This file contains 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
5 changes: 3 additions & 2 deletions
5
Misc/NEWS.d/next/Library/2024-04-24-12-29-33.gh-issue-118221.2k_bac.rst
This file contains 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 |
---|---|---|
@@ -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. |