Commit 83b9f8e
tools: make nodedownload module compatible with Python 3.14
FancyURLopener and URLopener have been deprecated since
Python 3.3 and they are removed completely from 3.14.
Fixes: #58740
PR-URL: #58752
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 4106bfc commit 83b9f8eCopy full SHA for 83b9f8e
1 file changed
+5-10Lines changed: 5 additions & 10 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- tools/configure.d
Expand file treeCollapse file tree
Open diff view settings
Collapse file
tools/configure.d/nodedownload.py
Copy file name to clipboardExpand all lines: tools/configure.d/nodedownload.py+5-10Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
| 10 | + |
14 | 11 | |
15 | 12 | |
16 | 13 | |
| ||
21 | 18 | |
22 | 19 | |
23 | 20 | |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | 21 | |
30 | 22 | |
31 | 23 | |
| ||
38 | 30 | |
39 | 31 | |
40 | 32 | |
41 | | - |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
42 | 37 | |
43 | 38 | |
44 | 39 | |
|
0 commit comments