This commit is contained in:
Barry Warsaw 2012-07-29 16:37:33 -04:00
parent d7d2194ea1
commit dde56f4aa3

View file

@ -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.