-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to 708173c35e5a51a6aa7e4d0647cbcbfc9adab1ed (nightly)
- Loading branch information
1 parent
49da56f
commit cd03b6e
Showing
3 changed files
with
13 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.12 (3.12.6-37-g708173c35e-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.12.6-37-g708173c35e. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 18 Sep 2024 08:49:14 +0000 | ||
|
||
python3.12 (3.12.6-32-gc54ee87278-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.12.6-32-gc54ee87278. | ||
|
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.12 (3.12.6-37-g708173c35e-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.12.6-37-g708173c35e. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 18 Sep 2024 08:49:15 +0000 | ||
|
||
python3.12 (3.12.6-32-gc54ee87278-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.12.6-32-gc54ee87278. | ||
|
Submodule cpython
updated
19 files
+2 −2 | Doc/c-api/code.rst | |
+2 −2 | Doc/c-api/refcounting.rst | |
+2 −2 | Doc/faq/general.rst | |
+1 −2 | Doc/library/ast.rst | |
+1 −1 | Doc/library/functools.rst | |
+14 −15 | Doc/library/sqlite3.rst | |
+1 −1 | Doc/library/ssl.rst | |
+8 −8 | Doc/library/wsgiref.rst | |
+1 −1 | Doc/whatsnew/2.4.rst | |
+2 −4 | Doc/whatsnew/2.7.rst | |
+2 −2 | Doc/whatsnew/3.12.rst | |
+1 −1 | Doc/whatsnew/3.2.rst | |
+3 −4 | Doc/whatsnew/3.4.rst | |
+1 −1 | Doc/whatsnew/3.7.rst | |
+1 −1 | Doc/whatsnew/3.8.rst | |
+2 −2 | Misc/NEWS.d/3.11.0b1.rst | |
+3 −0 | Misc/NEWS.d/next/Library/2024-09-17-18-06-42.gh-issue-124171.PHCvRJ.rst | |
+9 −0 | Modules/mathmodule.c | |
+1 −5 | Modules/timemodule.c |