-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to 7435127056cb83ced4e48aac5eb098aff7f2498d (nightly)
- Loading branch information
1 parent
8f3e9b1
commit 660ddac
Showing
4 changed files
with
19 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
python3.13 (3.13.0-222-g7435127056-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.13.0-222-g7435127056. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Sun, 03 Nov 2024 08:49:17 +0000 | ||
|
||
python3.13 (3.13.0-218-gf58d5ab881-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.13.0-218-gf58d5ab881. | ||
|
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,3 +1,9 @@ | ||
python3.13 (3.13.0-222-g7435127056-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.13.0-222-g7435127056. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Sun, 03 Nov 2024 08:49:17 +0000 | ||
|
||
python3.13 (3.13.0-218-gf58d5ab881-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.13.0-218-gf58d5ab881. | ||
|
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,3 +1,9 @@ | ||
python3.13 (3.13.0-222-g7435127056-1+noble1) noble; urgency=medium | ||
|
||
* Update to v3.13.0-222-g7435127056. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Sun, 03 Nov 2024 08:49:18 +0000 | ||
|
||
python3.13 (3.13.0-218-gf58d5ab881-1+noble1) noble; urgency=medium | ||
|
||
* Update to v3.13.0-218-gf58d5ab881. | ||
|
Submodule cpython
updated
5 files
+13 −0 | Doc/library/warnings.rst | |
+5 −9 | Lib/test/test_zlib.py | |
+3 −3 | Lib/zipfile/__init__.py | |
+1 −0 | Misc/NEWS.d/next/Library/2024-07-23-02-24-50.gh-issue-120754.nHb5mG.rst | |
+6 −3 | Python/compile.c |