@@ -63,7 +63,7 @@ support.
63
63
64
64
.. deprecated :: 3.3
65
65
This emulation is no longer needed, as the standard import mechanism
66
- is now fully PEP 302 compliant and available in :mod: `importlib `.
66
+ is now fully :pep: ` 302 ` compliant and available in :mod: `importlib `.
67
67
68
68
69
69
.. class :: ImpLoader(fullname, file, filename, etc)
@@ -72,7 +72,7 @@ support.
72
72
73
73
.. deprecated :: 3.3
74
74
This emulation is no longer needed, as the standard import mechanism
75
- is now fully PEP 302 compliant and available in :mod: `importlib `.
75
+ is now fully :pep: ` 302 ` compliant and available in :mod: `importlib `.
76
76
77
77
78
78
.. function :: find_loader(fullname)
@@ -86,7 +86,7 @@ support.
86
86
87
87
.. versionchanged :: 3.3
88
88
Updated to be based directly on :mod: `importlib ` rather than relying
89
- on the package internal PEP 302 import emulation.
89
+ on the package internal :pep: ` 302 ` import emulation.
90
90
91
91
.. versionchanged :: 3.4
92
92
Updated to be based on :pep: `451 `
@@ -103,7 +103,7 @@ support.
103
103
104
104
.. versionchanged :: 3.3
105
105
Updated to be based directly on :mod: `importlib ` rather than relying
106
- on the package internal PEP 302 import emulation.
106
+ on the package internal :pep: ` 302 ` import emulation.
107
107
108
108
109
109
.. function :: get_loader(module_or_name)
@@ -118,7 +118,7 @@ support.
118
118
119
119
.. versionchanged :: 3.3
120
120
Updated to be based directly on :mod: `importlib ` rather than relying
121
- on the package internal PEP 302 import emulation.
121
+ on the package internal :pep: ` 302 ` import emulation.
122
122
123
123
.. versionchanged :: 3.4
124
124
Updated to be based on :pep: `451 `
@@ -139,7 +139,7 @@ support.
139
139
140
140
.. versionchanged :: 3.3
141
141
Updated to be based directly on :mod: `importlib ` rather than relying
142
- on the package internal PEP 302 import emulation.
142
+ on the package internal :pep: ` 302 ` import emulation.
143
143
144
144
145
145
.. function :: iter_modules(path=None, prefix='')
@@ -160,7 +160,7 @@ support.
160
160
161
161
.. versionchanged :: 3.3
162
162
Updated to be based directly on :mod: `importlib ` rather than relying
163
- on the package internal PEP 302 import emulation.
163
+ on the package internal :pep: ` 302 ` import emulation.
164
164
165
165
166
166
.. function :: walk_packages(path=None, prefix='', onerror=None)
@@ -199,7 +199,7 @@ support.
199
199
200
200
.. versionchanged :: 3.3
201
201
Updated to be based directly on :mod: `importlib ` rather than relying
202
- on the package internal PEP 302 import emulation.
202
+ on the package internal :pep: ` 302 ` import emulation.
203
203
204
204
205
205
.. function :: get_data(package, resource)
0 commit comments