Merged revisions 78983,78985 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78983 | matthias.klose | 2010-03-15 18:44:12 +0100 (Mo, 15 Mär 2010) | 2 lines
- Issue #8140: extend compileall to compile single files. Add -i option.
........
r78985 | matthias.klose | 2010-03-15 19:00:01 +0100 (Mo, 15 Mär 2010) | 2 lines
- Fix typo in Lib/compileall.py(__all__).
........
diff --git a/Misc/NEWS b/Misc/NEWS
index eade42c..1afc832 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -283,6 +283,8 @@
Library
-------
+- Issue #8140: extend compileall to compile single files. Add -i option.
+
- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
the locale.