[issue11132] compileall.compile_dir loses 'optimize' parameter in recursion.

2011-02-07 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r88366. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ P

[issue11132] compileall.compile_dir loses 'optimize' parameter in recursion.

2011-02-06 Thread Éric Araujo
Éric Araujo added the comment: Patch looks good. -- keywords: +needs review nosy: +eric.araujo, georg.brandl, r.david.murray stage: -> patch review versions: +Python 3.3 ___ Python tracker ___

[issue11132] compileall.compile_dir loses 'optimize' parameter in recursion.

2011-02-06 Thread July Tikhonov
July Tikhonov added the comment: Patch added. -- Added file: http://bugs.python.org/file20697/compileall.compile_dir.optimize.diff ___ Python tracker ___ __

[issue11132] compileall.compile_dir loses 'optimize' parameter in recursion.

2011-02-06 Thread July Tikhonov
New submission from July Tikhonov : july@julynote:~/test> ls -R .: c.py subdir ./subdir: a.py b.py july@julynote:~/test> python3 Python 3.2rc2+ (py3k, Feb 6 2011, 13:06:04) [GCC 4.5.0 20100604 [gcc-4_5-branch revision 160292]] on linux2 Type "help", "copyright", "credits" or "license" for mo