mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Ditch read_source() and read_bytecode() and replace with *_path() and
get_data().
This commit is contained in:
parent
51c502689c
commit
ba96f0f89a
2 changed files with 8 additions and 40 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue