forked frompython/cpython
- Notifications
You must be signed in to change notification settings - Fork6
Commite807b79
pythonGH-102700: allow built-in modules to be submodules (pythonGH-103162)
(cherry picked from commit5d08c3f)Co-authored-by: Brett Cannon <brett@python.org>1 parent58e330a commite807b79
File tree
3 files changed
+1
-19
lines changed- Lib
- importlib
- test/test_importlib/builtin
- Misc/NEWS.d/next/Core and Builtins
3 files changed
+1
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
747 | 747 | | |
748 | 748 | | |
749 | 749 | | |
750 | | - | |
751 | | - | |
752 | 750 | | |
753 | 751 | | |
754 | 752 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 40 | | |
48 | 41 | | |
49 | 42 | | |
| |||
77 | 70 | | |
78 | 71 | | |
79 | 72 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 73 | | |
91 | 74 | | |
92 | 75 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments
Comments
(0)