- Issue #8140: extend compileall to compile single files. Add -i option.

This commit is contained in:
Matthias Klose 2010-03-15 17:44:12 +00:00
parent dc36472472
commit b13d04c991
3 changed files with 116 additions and 42 deletions

View file

@ -20,6 +20,8 @@ Core and Builtins
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.