mirror of
https://github.com/python/cpython.git
synced 2025-11-09 06:01:05 +00:00
Add a NOTE about the new specific semantics for failed loads.
This commit is contained in:
parent
130786f777
commit
4b4a4a5922
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
to do
|
to do
|
||||||
/////
|
/////
|
||||||
|
|
||||||
|
* Change failed loading based on PEP 302 changes.
|
||||||
|
|
||||||
* Refactor source/bytecode finder/loader code such that bytecode support is a
|
* 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
|
subclass of source support (makes it nicer for VMs that don't use CPython
|
||||||
bytecode).
|
bytecode).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue