Skip to content

Commit dbe9d81

Browse files
update to 9ed7bf2cd783b78b28f18abc090f43467a28f4aa (nightly)
1 parent 2737a31 commit dbe9d81

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

changelogs/nightly/jammy

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0~a4-49-g9ed7bf2cd7-1+jammy1) jammy; urgency=medium
2+
3+
* Update to v3.14.0a4-49-g9ed7bf2cd7.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 18 Jan 2025 08:52:37 +0000
6+
17
python3.14 (3.14.0~a4-36-gea6cc26e75-1+jammy1) jammy; urgency=medium
28

39
* Update to v3.14.0a4-36-gea6cc26e75.

changelogs/nightly/noble

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0~a4-49-g9ed7bf2cd7-1+noble1) noble; urgency=medium
2+
3+
* Update to v3.14.0a4-49-g9ed7bf2cd7.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 18 Jan 2025 08:52:37 +0000
6+
17
python3.14 (3.14.0~a4-36-gea6cc26e75-1+noble1) noble; urgency=medium
28

39
* Update to v3.14.0a4-36-gea6cc26e75.

patches/deb-locations.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Subject: deb-locations
1010
2 files changed, 5 insertions(+), 1 deletion(-)
1111

1212
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
13-
index 9e84292..831c99d 100644
13+
index 922946e..f6dc141 100644
1414
--- a/Lib/pydoc.py
1515
+++ b/Lib/pydoc.py
1616
@@ -30,6 +30,10 @@ class or function within a module or module in a package. If the

patches/distutils-install-layout.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Subject: distutils-install-layout
1414
8 files changed, 88 insertions(+), 33 deletions(-)
1515

1616
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
17-
index 831c99d..aadf242 100644
17+
index f6dc141..7bbbca5 100644
1818
--- a/Lib/pydoc.py
1919
+++ b/Lib/pydoc.py
2020
@@ -579,6 +579,7 @@ def getdocloc(self, object, basedir=sysconfig.get_path('stdlib')):

0 commit comments

Comments
 (0)