Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1601133
 поиск   регистрация   авторизация 
 
Группа :: Разработка/Python
Пакет: python

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Патч: Python-2.3-alt-compileall.patch


--- Python-2.3.2/Lib/compileall.py	2003-11-21 22:11:07 +0300
+++ Python-2.3.2/Lib/compileall.py.orig	2003-08-28 00:21:06 +0400
@@ -62,7 +62,7 @@
                 if not quiet:
                     print 'Compiling', fullname, '...'
                 try:
+                    ok = py_compile.compile(fullname, cfile, dfile, True)
-                    ok = py_compile.compile(fullname, None, dfile, True)
                 except KeyboardInterrupt:
                     raise KeyboardInterrupt
                 except py_compile.PyCompileError,err:
 
design & coding: Vladimir Lettiev aka crux © 2004-2005