From 4b4a4a59227c35d5756e21dc4ece33974868dbca Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 15 Feb 2009 05:46:50 +0000 Subject: [PATCH] Add a NOTE about the new specific semantics for failed loads. --- Lib/importlib/NOTES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index f1de623b3d..22e4d055ef 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). -- 2.40.0