Skip to content

Commit d3538a6

Browse files
update to 13835888e697e7412b905a55d78755ed7a132c5c (nightly)
1 parent 648a7ce commit d3538a6

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

changelogs/nightly/focal

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.13 (3.13.1-120-g13835888e6-1+focal1) focal; urgency=medium
2+
3+
* Update to v3.13.1-120-g13835888e6.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 09 Jan 2025 08:49:17 +0000
6+
17
python3.13 (3.13.1-114-g0cd603689a-1+focal1) focal; urgency=medium
28

39
* Update to v3.13.1-114-g0cd603689a.

changelogs/nightly/jammy

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.13 (3.13.1-120-g13835888e6-1+jammy1) jammy; urgency=medium
2+
3+
* Update to v3.13.1-120-g13835888e6.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 09 Jan 2025 08:49:16 +0000
6+
17
python3.13 (3.13.1-114-g0cd603689a-1+jammy1) jammy; urgency=medium
28

39
* Update to v3.13.1-114-g0cd603689a.

changelogs/nightly/noble

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.13 (3.13.1-120-g13835888e6-1+noble1) noble; urgency=medium
2+
3+
* Update to v3.13.1-120-g13835888e6.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 09 Jan 2025 08:49:17 +0000
6+
17
python3.13 (3.13.1-114-g0cd603689a-1+noble1) noble; urgency=medium
28

39
* Update to v3.13.1-114-g0cd603689a.

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 30cd0b3..f99de1f 100755
13+
index 1a527b2..7867b42 100755
1414
--- a/Lib/pydoc.py
1515
+++ b/Lib/pydoc.py
1616
@@ -31,6 +31,10 @@ class or function within a module or module in a package. If the

patches/distutils-install-layout.diff

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ 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 f99de1f..b9a6d32 100755
17+
index 7867b42..0ed19b5 100755
1818
--- a/Lib/pydoc.py
1919
+++ b/Lib/pydoc.py
20-
@@ -567,6 +567,7 @@ def getdocloc(self, object, basedir=sysconfig.get_path('stdlib')):
20+
@@ -576,6 +576,7 @@ def getdocloc(self, object, basedir=sysconfig.get_path('stdlib')):
2121
'marshal', 'posix', 'signal', 'sys',
2222
'_thread', 'zipimport') or
2323
(file.startswith(basedir) and

0 commit comments

Comments
 (0)