summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-03-21 03:11:16 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-03-21 03:11:16 (GMT)
commite43b060b05e3d99f83bc900e5efc5cdb34298888 (patch)
tree750d9fdf871efccd124512002e46ba584e92739f /Lib
parentb487e632826a45bb81925d1577856637c3fcafa0 (diff)
downloadcpython-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/NOTES7
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).