summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-03-16 00:36:26 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-03-16 00:36:26 (GMT)
commitc33b902ebb0e124061ed3213409dc37cffebced0 (patch)
tree9826b9ef24bd55bfbbaf44f204bc04a1fc9eca56 /Misc
parent82f60910b7b811555dd9a9cc520523dad212946a (diff)
downloadcpython-c33b902ebb0e124061ed3213409dc37cffebced0.zip
cpython-c33b902ebb0e124061ed3213409dc37cffebced0.tar.gz
cpython-c33b902ebb0e124061ed3213409dc37cffebced0.tar.bz2
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__). ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eade42c..1afc832 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -283,6 +283,8 @@ C-API
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.