mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Issue #19392: Document that imp.reload() now relies on __loader__
being defined on top of __name__.
This commit is contained in:
parent
a4f6b006e1
commit
6fd25c39c4
2 changed files with 7 additions and 0 deletions
|
|
@ -531,6 +531,9 @@ Tests
|
|||
Documentation
|
||||
-------------
|
||||
|
||||
- Issue #19392: Document that `imp.reload()` now also requires `__loader__` to
|
||||
be set on the module being reloaded.
|
||||
|
||||
- Issue #18758: Fixed and improved cross-references.
|
||||
|
||||
- Issue #18743: Fix references to non-existant "StringIO" module.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue