Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37888251
en ru br
Репозитории ALT
S:2.7.18-alt11
5.1: 2.5.5-alt0.M51.1
4.1: 2.5.4-alt0.M41.1
4.0: 2.4.5-alt0.M40.1
3.0: 2.4.1-alt5
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: python

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

Патч: 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:
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin