summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2012-07-29 20:37:33 (GMT)
committerBarry Warsaw <barry@python.org>2012-07-29 20:37:33 (GMT)
commitdde56f4aa321edb293f64f0dfc519ef48b3dfece (patch)
tree5abe4dd9e2cdea7cb414798cbe51e2feb40ee253
parentd7d2194ea16005a2a58f8070bbfc2a24e068cb65 (diff)
downloadcpython-dde56f4aa321edb293f64f0dfc519ef48b3dfece.zip
cpython-dde56f4aa321edb293f64f0dfc519ef48b3dfece.tar.gz
cpython-dde56f4aa321edb293f64f0dfc519ef48b3dfece.tar.bz2
Add NEWS
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 31a99c8..94c00bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -213,6 +213,9 @@ Tools/Demos
Documentation
-------------
+- Issue #15295: Reorganize and rewrite the documentation on the import
+ machinery.
+
- Issue #15230: Clearly document some of the limitations of the runpy
module and nudge readers towards importlib when appropriate.