-
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 cba37762acfb82ca7fdf4b2c9ea3ea54595b7571 (nightly)
- Loading branch information
1 parent
2f17e26
commit b0d11cd
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.7-30-gcba37762ac-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.12.7-30-gcba37762ac. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 10 Oct 2024 08:50:41 +0000 | ||
|
||
python3.12 (3.12.7-27-g0dbad1d8b7-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.12.7-27-g0dbad1d8b7. | ||
|
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.7-30-gcba37762ac-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.12.7-30-gcba37762ac. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 10 Oct 2024 08:50:40 +0000 | ||
|
||
python3.12 (3.12.7-27-g0dbad1d8b7-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.12.7-27-g0dbad1d8b7. | ||
|
Submodule cpython
updated
23 files
+13 −13 | Doc/c-api/import.rst | |
+12 −10 | Doc/c-api/module.rst | |
+7 −0 | Doc/deprecations/pending-removal-in-3.14.rst | |
+8 −3 | Doc/glossary.rst | |
+1 −1 | Doc/library/ast.rst | |
+34 −53 | Doc/library/importlib.rst | |
+2 −1 | Doc/library/pkgutil.rst | |
+2 −1 | Doc/library/sys.rst | |
+10 −55 | Doc/library/types.rst | |
+30 −30 | Doc/library/unittest.mock.rst | |
+1 −1 | Doc/library/venv.rst | |
+205 −27 | Doc/reference/datamodel.rst | |
+26 −135 | Doc/reference/import.rst | |
+3 −2 | Doc/tutorial/modules.rst | |
+4 −4 | Doc/whatsnew/2.6.rst | |
+2 −2 | Doc/whatsnew/3.0.rst | |
+7 −6 | Doc/whatsnew/3.12.rst | |
+2 −2 | Doc/whatsnew/3.2.rst | |
+2 −1 | Doc/whatsnew/3.4.rst | |
+2 −2 | Doc/whatsnew/3.5.rst | |
+2 −2 | Misc/NEWS.d/3.10.0a2.rst | |
+2 −2 | Misc/NEWS.d/3.11.0a5.rst | |
+2 −2 | Misc/NEWS.d/3.12.0a1.rst |