diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-03-16 00:36:26 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-03-16 00:36:26 (GMT) |
commit | c33b902ebb0e124061ed3213409dc37cffebced0 (patch) | |
tree | 9826b9ef24bd55bfbbaf44f204bc04a1fc9eca56 /Misc | |
parent | 82f60910b7b811555dd9a9cc520523dad212946a (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |