diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-03-21 03:11:16 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-03-21 03:11:16 (GMT) |
commit | e43b060b05e3d99f83bc900e5efc5cdb34298888 (patch) | |
tree | 750d9fdf871efccd124512002e46ba584e92739f /Lib | |
parent | b487e632826a45bb81925d1577856637c3fcafa0 (diff) | |
download | cpython-e43b060b05e3d99f83bc900e5efc5cdb34298888.zip cpython-e43b060b05e3d99f83bc900e5efc5cdb34298888.tar.gz cpython-e43b060b05e3d99f83bc900e5efc5cdb34298888.tar.bz2 |
Document import's semantics for the language reference. This includes filling
in missing details for the sys module.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/importlib/NOTES | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES deleted file mode 100644 index b472fad..0000000 --- a/Lib/importlib/NOTES +++ /dev/null @@ -1,7 +0,0 @@ -to do -///// - -* Make sure that there is documentation *somewhere* fully explaining the -semantics of import that can be referenced from the package's documentation -(even if it is in the package documentation itself, although it might be best -in the language specification). |