File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,10 @@ This module provides an interface to the mechanisms used to implement the
172
172
the class does not affect the method definitions of the instances --- they
173
173
continue to use the old class definition. The same is true for derived classes.
174
174
175
+ .. versionchanged :: 3.3
176
+ Relies on both ``__name__ `` and ``__loader__ `` being defined on the module
177
+ being reloaded instead of just ``__name__ ``.
178
+
175
179
176
180
The following functions are conveniences for handling :pep: `3147 ` byte-compiled
177
181
file paths.
Original file line number Diff line number Diff line change @@ -531,6 +531,9 @@ Tests
531
531
Documentation
532
532
-------------
533
533
534
+ - Issue #19392: Document that `imp.reload()` now also requires `__loader__` to
535
+ be set on the module being reloaded.
536
+
534
537
- Issue #18758: Fixed and improved cross-references.
535
538
536
539
- Issue #18743: Fix references to non-existant "StringIO" module.
You can’t perform that action at this time.
0 commit comments