On Fri, Jun 11, 2010 at 06:26:04PM +0400, Alexey Tourbin wrote: > Note that p5 has python-2.5, and sisyphus has python-2.6. > reply_handler=self._pk_reply_handler, > ^ > SyntaxError: invalid syntax > 77 pk_method (*self._pk_args, > 78 reply_handler=self._pk_reply_handler, > 79 error_handler=self._pk_error_handler, > 80 timeout=3600) http://docs.python.org/whatsnew/2.6.html#other-language-changes It's also become legal to provide keyword arguments after a *args argument to a function call. Решение: переместить *self._pk_args в конец списка аргументов. -- WBR, wRAR (ALT Linux Team) Powered by the ALT Linux fortune(6): О! Кто задавался вопросами минимизации трафика при использовании git? evyscr: у меня минимально - не пользуюсь вообще