diff options
Diffstat (limited to 'Lib/importlib/NOTES')
-rw-r--r-- | Lib/importlib/NOTES | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 57e2674..089fef7 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -3,8 +3,7 @@ to do * API simplification? - + read_source -> get_data/source_path - + read_bytecode -> get_data/bytecode_path + + Use *_path() along with get_data + write_bytecode -> complete set of bytes for bytecode instead of individual arguments. |