diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-02-15 05:46:50 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-02-15 05:46:50 (GMT) |
commit | 4b4a4a59227c35d5756e21dc4ece33974868dbca (patch) | |
tree | 4969bd89009dac9c5bd9a080030dea5c2322c35f /Lib/importlib | |
parent | 130786f77794dd9a8052ea6fe55ce37576a49bbf (diff) | |
download | cpython-4b4a4a59227c35d5756e21dc4ece33974868dbca.zip cpython-4b4a4a59227c35d5756e21dc4ece33974868dbca.tar.gz cpython-4b4a4a59227c35d5756e21dc4ece33974868dbca.tar.bz2 |
Add a NOTE about the new specific semantics for failed loads.
Diffstat (limited to 'Lib/importlib')
-rw-r--r-- | Lib/importlib/NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index f1de623..22e4d05 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -1,6 +1,8 @@ to do ///// +* Change failed loading based on PEP 302 changes. + * Refactor source/bytecode finder/loader code such that bytecode support is a subclass of source support (makes it nicer for VMs that don't use CPython bytecode). |