Skip to content

Commit

Permalink
update to fca2623c2f5e0dc14533caa7f63ce4aa1508451c (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Sep 26, 2024
1 parent 9a517e3 commit 3fe0117
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelogs/nightly/focal
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.12 (3.12.6-79-gfca2623c2f-1+focal1) focal; urgency=medium

* Update to v3.12.6-79-gfca2623c2f.

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

python3.12 (3.12.6-69-g391c4fce3e-1+focal1) focal; urgency=medium

* Update to v3.12.6-69-g391c4fce3e.
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.12 (3.12.6-79-gfca2623c2f-1+jammy1) jammy; urgency=medium

* Update to v3.12.6-79-gfca2623c2f.

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

python3.12 (3.12.6-69-g391c4fce3e-1+jammy1) jammy; urgency=medium

* Update to v3.12.6-69-g391c4fce3e.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 52 files
+1 −1 Doc/c-api/exceptions.rst
+6 −6 Doc/c-api/object.rst
+6 −4 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
+47 −0 Doc/library/asyncio-task.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
+7 −5 Doc/library/shutil.rst
+9 −37 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
+7 −7 Doc/reference/compound_stmts.rst
+98 −33 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
+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
+2 −2 Lib/argparse.py
+1 −1 Lib/asyncio/base_events.py
+18 −72 Lib/asyncio/staggered.py
+47 −0 Lib/test/test_asyncio/test_eager_task_factory.py
+126 −0 Lib/test/test_asyncio/test_staggered.py
+1 −0 Misc/NEWS.d/next/Library/2021-08-24-19-37-46.bpo-44864.KzxaDh.rst
+1 −0 Misc/NEWS.d/next/Library/2024-09-23-18-18-23.gh-issue-124309.iFcarA.rst
2 changes: 1 addition & 1 deletion patches/argparse-no-shutil.diff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Subject: argparse-no-shutil
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Lib/argparse.py b/Lib/argparse.py
index a0bb97f..945a9ce 100644
index db1a88e..3301fcc 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -178,9 +178,12 @@ def __init__(self,
Expand Down
2 changes: 1 addition & 1 deletion patches/lib-argparse.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: lib-argparse
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/Lib/argparse.py b/Lib/argparse.py
index 19f86ed..a0bb97f 100644
index d0302ad..db1a88e 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -91,7 +91,16 @@
Expand Down

0 comments on commit 3fe0117

Please sign in to comment.