diff -r 6952c14a3f75 Lib/compileall.py --- a/Lib/compileall.py Fri Nov 08 21:08:46 2013 +0100 +++ b/Lib/compileall.py Sat Nov 09 18:51:32 2013 +0800 @@ -229,7 +229,8 @@ success = False return success else: - return compile_path(legacy=args.legacy) + return compile_path(legacy=args.legacy, force=args.force, + quiet=args.quiet, maxlevels=args.maxlevels) except KeyboardInterrupt: print("\n[interrupted]") return False