Skip to content

Commit 58ac2fd

Browse files
update to 99400930ac1d4e5e10a5ae30f8202d8bc2661e39 (nightly)
1 parent eedf07c commit 58ac2fd

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

changelogs/nightly/jammy

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0~a0-1878-g99400930ac-1+jammy1) jammy; urgency=medium
2+
3+
* Update to v3.14.0a0-1878-g99400930ac.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 10 Oct 2024 08:53:20 +0000
6+
17
python3.14 (3.14.0~a0-1851-g21c04e1a97-1+jammy1) jammy; urgency=medium
28

39
* Update to v3.14.0a0-1851-g21c04e1a97.

changelogs/nightly/noble

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0~a0-1878-g99400930ac-1+noble1) noble; urgency=medium
2+
3+
* Update to v3.14.0a0-1878-g99400930ac.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 10 Oct 2024 08:53:20 +0000
6+
17
python3.14 (3.14.0~a0-1851-g21c04e1a97-1+noble1) noble; urgency=medium
28

39
* Update to v3.14.0a0-1851-g21c04e1a97.

cpython

Submodule cpython updated 124 files

patches/argparse-no-shutil.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Subject: argparse-no-shutil
77
1 file changed, 6 insertions(+), 3 deletions(-)
88

99
diff --git a/Lib/argparse.py b/Lib/argparse.py
10-
index 286948c..b0aa8f0 100644
10+
index aff4fec..24f326b 100644
1111
--- a/Lib/argparse.py
1212
+++ b/Lib/argparse.py
1313
@@ -176,9 +176,12 @@ def __init__(self,

patches/distutils-install-layout.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ index 8aed6c0..2332e72 100644
2626
object.__name__ not in ('xml.etree', 'test.test_pydoc.pydoc_mod')):
2727
if docloc.startswith(("http://", "https://")):
2828
diff --git a/Lib/site.py b/Lib/site.py
29-
index b3194d7..a9c7cfd 100644
29+
index 07a6361..e6e151b 100644
3030
--- a/Lib/site.py
3131
+++ b/Lib/site.py
3232
@@ -7,12 +7,18 @@

patches/lib-argparse.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Subject: lib-argparse
77
1 file changed, 10 insertions(+), 1 deletion(-)
88

99
diff --git a/Lib/argparse.py b/Lib/argparse.py
10-
index 21299b6..286948c 100644
10+
index d1f8fa2..aff4fec 100644
1111
--- a/Lib/argparse.py
1212
+++ b/Lib/argparse.py
1313
@@ -89,7 +89,16 @@

0 commit comments

Comments
 (0)