[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sat Mar 13 12:12:18 MST 2010


Hi Matthias,

On 03/13/10 12:38, Matthias Dieter Wallnöfer wrote:
> The branch, master has been updated
>         via  f0bc02d... Revert "s4:provision Improve the handling of provision errors"
>        from  b52b357... s4:torture/rpc/spoolss.c: fix compiler warnings
>
> http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
>
>
> - Log -----------------------------------------------------------------
> commit f0bc02d74c16bc013e9fdab46ef271cf45873453
> Author: Matthias Dieter Wallnöfer<mwallnoefer at yahoo.de>
> Date:   Sat Mar 13 12:26:30 2010 +0100
>
>      Revert "s4:provision Improve the handling of provision errors"
>
>      This reverts partially commit 027123199e13cc02ae4edadd8f0dd0f0660e1193.
>
>      Andrew, this is not Python 2.4+ compatible
>    
The "except Error as e:" kind of syntax was introduced in Python2.6 and 
Python 3.0. For older versions of Python, the following syntax will work 
(and still works in 2.6);

"except Error, e:"

Cheers,

Jelmer



More information about the samba-technical mailing list