Ditch read_source() and read_bytecode() and replace with *_path() and

get_data().
This commit is contained in:
Brett Cannon 2009-02-01 05:43:31 +00:00
parent 51c502689c
commit ba96f0f89a
2 changed files with 8 additions and 40 deletions

View file

@ -3,7 +3,6 @@ to do
* API simplification?
+ Use *_path() along with get_data
+ write_bytecode -> complete set of bytes for bytecode instead of
individual arguments.