mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Note to move __package__ stuff over to rpartition to make Nick happy. Also make
sure that accepting the empty string for top-level modules is okay.
This commit is contained in:
parent
8ec5829910
commit
02a6888d91
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
to do
|
||||
/////
|
||||
|
||||
* Use rpartition for getting the package of a module.
|
||||
|
||||
+ Make sure that an empty string is acceptable for __package__.
|
||||
|
||||
* Create meta_path importer for sys.path.
|
||||
|
||||
+ Create hook.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue