-
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 aa4da1e46833b4ba89aa2f9381c8d96a3f5efafc (nightly)
- Loading branch information
1 parent
a70f9c2
commit e8d24d7
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-52-gaa4da1e468-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.13.0-52-gaa4da1e468. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 10 Oct 2024 08:50:40 +0000 | ||
|
||
python3.13 (3.13.0-47-g5f2a5ac9dc-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.13.0-47-g5f2a5ac9dc. | ||
|
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-52-gaa4da1e468-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.13.0-52-gaa4da1e468. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 10 Oct 2024 08:50:40 +0000 | ||
|
||
python3.13 (3.13.0-47-g5f2a5ac9dc-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.13.0-47-g5f2a5ac9dc. | ||
|
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-52-gaa4da1e468-1+noble1) noble; urgency=medium | ||
|
||
* Update to v3.13.0-52-gaa4da1e468. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 10 Oct 2024 08:50:41 +0000 | ||
|
||
python3.13 (3.13.0-47-g5f2a5ac9dc-1+noble1) noble; urgency=medium | ||
|
||
* Update to v3.13.0-47-g5f2a5ac9dc. | ||
|
Submodule cpython
updated
26 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 | |
+12 −3 | Doc/deprecations/pending-removal-in-3.15.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 | |
+215 −27 | Doc/reference/datamodel.rst | |
+26 −143 | 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.13.rst | |
+2 −2 | Doc/whatsnew/3.2.rst | |
+2 −1 | Doc/whatsnew/3.4.rst | |
+2 −2 | Doc/whatsnew/3.5.rst | |
+1 −1 | Lib/test/test_math.py | |
+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 |