Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
611e6b5
Correct the description of ModuleSpec attributes
geryogam Oct 20, 2018
7113766
Update the description of the `submodule_search_locations` and `cache…
geryogam Oct 21, 2018
11ed136
Correct a typo
geryogam Oct 21, 2018
9a8d8e6
Fix and improve wording
geryogam Nov 26, 2018
859ff69
Document the read-only property for spec.parent
geryogam Nov 26, 2018
1f63f5b
Add information on the loader_state and has_location attributes
geryogam Dec 2, 2018
98fdbf7
Update importlib.rst
geryogam May 2, 2019
ac69aa1
Apply suggestions from code review
geryogam Jun 1, 2019
8bbdb64
Update importlib.rst
geryogam Jun 4, 2019
e126a5e
Update importlib.rst
geryogam Jun 4, 2019
7b7eb9d
Update importlib.rst
geryogam Jun 30, 2019
5290628
Update importlib.rst
geryogam Jun 30, 2019
89efbff
Update importlib.rst
geryogam Jun 30, 2019
8ba8ede
Apply suggestions from code review
geryogam Jul 13, 2019
2b7b6aa
Update import.rst
geryogam Jul 13, 2019
c71487c
Update import.rst
geryogam Jul 13, 2019
d7e66f6
Update import.rst
geryogam Jul 13, 2019
2123bb0
Update import.rst
geryogam Jul 13, 2019
3abaa63
Update importlib.rst
geryogam Jul 13, 2019
084915d
Update importlib.rst
geryogam Jul 13, 2019
88d2674
Update import.rst
geryogam Jul 13, 2019
37a5b86
Merge branch 'master' into patch-1
geryogam Aug 6, 2019
ee0625a
Apply suggestions from code review
geryogam Aug 9, 2019
cd0edda
Update importlib.rst
geryogam Aug 9, 2019
8957275
Remove changes to the language reference (to do in another PR)
geryogam Aug 9, 2019
9147e5c
Update importlib.rst
geryogam Aug 9, 2019
779a2f1
Update importlib.rst
geryogam Aug 10, 2019
ff0d5ae
Apply suggestions from code review
geryogam Aug 10, 2019
e651eb7
Update importlib.rst
geryogam Aug 10, 2019
9e8c67f
Apply suggestions from code review
geryogam Aug 10, 2019
d79b79a
Update Doc/library/importlib.rst
geryogam Sep 11, 2019
50cd998
Update importlib.rst
geryogam Sep 11, 2019
55e038d
Update importlib.rst
geryogam Sep 11, 2019
e8aa313
Update importlib.rst
geryogam Oct 23, 2020
51812a6
Update importlib.rst
geryogam Oct 24, 2020
3899dfa
Update importlib.rst
geryogam Oct 24, 2020
0a2790d
Merge branch 'master' into patch-1
geryogam Oct 24, 2020
ce8d9ac
Update Doc/library/importlib.rst
geryogam Jul 23, 2021
0cc0b11
Update Doc/library/importlib.rst
geryogam Jul 23, 2021
69d187d
Update importlib.rst
geryogam Jul 23, 2021
3461332
Update importlib.rst
geryogam Jul 29, 2021
19b0542
Apply suggestions from code review
geryogam Jul 29, 2021
5094cc5
Update importlib.rst
geryogam Jul 29, 2021
7bd4866
Update importlib.rst
geryogam Jul 29, 2021
fc40bb0
Update importlib.rst
geryogam Jul 29, 2021
60dc201
Update importlib.rst
geryogam Jul 29, 2021
fcea8dd
Update Doc/library/importlib.rst
brettcannon Nov 16, 2021
2bb2c14
Update Doc/library/importlib.rst
brettcannon Nov 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/importlib.rst
Co-Authored-By: Julien Palard <julien@palard.fr>
  • Loading branch information
geryogam and JulienPalard authored Sep 11, 2019
commit d79b79a578ab7330e48aefa623bac65334c08395
2 changes: 1 addition & 1 deletion Doc/library/importlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ find and load modules.
(Read-only) The fully-qualified name of the package under which the
module should be loaded as a submodule (or the empty string for top-level
modules). For packages, it is the same as :attr:`__name__` (since in
that case ``parent`` relates to the package's `__init__` module).
that case ``parent`` relates to the package's ``__init__`` module).

.. attribute:: has_location

Expand Down