Skip to content

Commit

Permalink
update to 9f2e6ca1995ee295f1622a3780127b954710568c (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Sep 26, 2024
1 parent bc7aef4 commit 8678ba5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelogs/nightly/focal
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.13 (3.13.0~rc2-68-g9f2e6ca199-1+focal1) focal; urgency=medium

* Update to v3.13.0rc2-68-g9f2e6ca199.

-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 26 Sep 2024 08:51:01 +0000

python3.13 (3.13.0~rc2-60-g2f25d855df-1+focal1) focal; urgency=medium

* Update to v3.13.0rc2-60-g2f25d855df.
Expand Down
6 changes: 6 additions & 0 deletions changelogs/nightly/jammy
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.13 (3.13.0~rc2-68-g9f2e6ca199-1+jammy1) jammy; urgency=medium

* Update to v3.13.0rc2-68-g9f2e6ca199.

-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 26 Sep 2024 08:51:02 +0000

python3.13 (3.13.0~rc2-60-g2f25d855df-1+jammy1) jammy; urgency=medium

* Update to v3.13.0rc2-60-g2f25d855df.
Expand Down
6 changes: 6 additions & 0 deletions changelogs/nightly/noble
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.13 (3.13.0~rc2-68-g9f2e6ca199-1+noble1) noble; urgency=medium

* Update to v3.13.0rc2-68-g9f2e6ca199.

-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 26 Sep 2024 08:51:02 +0000

python3.13 (3.13.0~rc2-60-g2f25d855df-1+noble1) noble; urgency=medium

* Update to v3.13.0rc2-60-g2f25d855df.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 50 files
+4 −3 .github/workflows/build.yml
+6 −2 .github/workflows/reusable-ubuntu.yml
+1 −1 Doc/c-api/exceptions.rst
+6 −6 Doc/c-api/object.rst
+10 −8 Doc/c-api/type.rst
+7 −7 Doc/c-api/typeobj.rst
+1 −1 Doc/extending/newtypes.rst
+1 −1 Doc/extending/newtypes_tutorial.rst
+1 −1 Doc/faq/programming.rst
+2 −2 Doc/glossary.rst
+4 −4 Doc/howto/annotations.rst
+2 −2 Doc/howto/descriptor.rst
+1 −1 Doc/howto/enum.rst
+1 −1 Doc/howto/mro.rst
+2 −2 Doc/library/abc.rst
+20 −4 Doc/library/calendar.rst
+2 −2 Doc/library/collections.rst
+4 −3 Doc/library/email.contentmanager.rst
+1 −1 Doc/library/email.headerregistry.rst
+27 −21 Doc/library/functions.rst
+11 −9 Doc/library/functools.rst
+1 −1 Doc/library/inspect.rst
+2 −1 Doc/library/logging.rst
+1 −1 Doc/library/pydoc.rst
+1 −1 Doc/library/random.rst
+7 −6 Doc/library/shutil.rst
+9 −44 Doc/library/stdtypes.rst
+1 −1 Doc/library/test.rst
+3 −3 Doc/library/types.rst
+2 −1 Doc/library/typing.rst
+1 −1 Doc/library/unittest.mock.rst
+3 −0 Doc/library/warnings.rst
+7 −7 Doc/reference/compound_stmts.rst
+97 −38 Doc/reference/datamodel.rst
+2 −2 Doc/reference/executionmodel.rst
+2 −2 Doc/reference/expressions.rst
+1 −1 Doc/tools/extensions/patchlevel.py
+13 −11 Doc/tools/templates/download.html
+3 −3 Doc/tutorial/classes.rst
+54 −31 Doc/tutorial/controlflow.rst
+2 −2 Doc/whatsnew/2.1.rst
+3 −2 Doc/whatsnew/2.2.rst
+5 −5 Doc/whatsnew/2.3.rst
+3 −3 Doc/whatsnew/3.12.rst
+8 −7 Doc/whatsnew/3.13.rst
+4 −2 Doc/whatsnew/3.3.rst
+2 −2 Doc/whatsnew/3.5.rst
+2 −2 Doc/whatsnew/3.6.rst
+2 −1 Doc/whatsnew/3.9.rst
+1 −1 Misc/NEWS.d/3.13.0rc2.rst

0 comments on commit 8678ba5

Please sign in to comment.