diff options
author | Barry Warsaw <barry@python.org> | 2012-07-31 20:10:12 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2012-07-31 20:10:12 (GMT) |
commit | dbdc3db5343f4e76c1d6a7456841b91b88d35fba (patch) | |
tree | c821b7349ce3eec85749008bf0edb6c7d454d352 | |
parent | 9a5af1288deb62d975c044a45711cc179b5a2ad1 (diff) | |
download | cpython-dbdc3db5343f4e76c1d6a7456841b91b88d35fba.zip cpython-dbdc3db5343f4e76c1d6a7456841b91b88d35fba.tar.gz cpython-dbdc3db5343f4e76c1d6a7456841b91b88d35fba.tar.bz2 |
- Issue #15295: Reorganize and rewrite the documentation on the import system.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -225,8 +225,7 @@ Tools/Demos Documentation ------------- -- Issue #15295: Reorganize and rewrite the documentation on the import - machinery. +- Issue #15295: Reorganize and rewrite the documentation on the import system. - Issue #15230: Clearly document some of the limitations of the runpy module and nudge readers towards importlib when appropriate. |