commit | dde56f4aa321edb293f64f0dfc519ef48b3dfece | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Sun Jul 29 16:37:33 2012 -0400 |
committer | Barry Warsaw <barry@python.org> | Sun Jul 29 16:37:33 2012 -0400 |
tree | 5abe4dd9e2cdea7cb414798cbe51e2feb40ee253 | |
parent | d7d2194ea16005a2a58f8070bbfc2a24e068cb65 [diff] [blame] |
Add NEWS
diff --git a/Misc/NEWS b/Misc/NEWS index 31a99c8..94c00bf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -213,6 +213,9 @@ 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.