summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-07-14 14:38:43 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-07-14 14:38:43 (GMT)
commit24711c4facef4c004d452ea554210c88545cf9fa (patch)
treee9f54512f5698b1a6d9efb9c10b6c923e4a02098 /Misc
parent2f54b98c8c40ab2190db59ae66d23f795b92daa2 (diff)
parenta3d1cac4b21ffbd8deed0c28f08bed4afa5e7b83 (diff)
downloadcpython-24711c4facef4c004d452ea554210c88545cf9fa.zip
cpython-24711c4facef4c004d452ea554210c88545cf9fa.tar.gz
cpython-24711c4facef4c004d452ea554210c88545cf9fa.tar.bz2
Merge #15230 doc updates from 3.2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5bdf2df..0100651 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -122,6 +122,9 @@ Tools/Demos
Documentation
-------------
+- Issue #15230: Clearly document some of the limitations of the runpy
+ module and nudge readers towards importlib when appropriate.
+
- Issue #15053: Copy Python 3.3 import lock change notice to all relevant
functions in imp instead of just at the top of the relevant section.
@@ -1184,12 +1187,12 @@ Build
Based on patch from Hervé Coatanhay.
- Issue #14321: Do not run pgen during the build if files are up to date.
+
Documentation
-------------
- Issue #14034: added the argparse tutorial.
-
- Issue #14324: Fix configure tests for cross builds.
- Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in