[Pkg-bazaar-maint] Local change in bzr packaging branch that I do not understand

Jelmer Vernooij jelmer at debian.org
Fri Oct 15 11:34:05 UTC 2010


Hi Max,

On Fri, 2010-10-15 at 12:17 +0100, Max Bowsher wrote:
> We have the following diff in our packaging branch, vs. Bazaar upstream:
> 
> === modified file bzrlib/rules.py
> --- bzrlib/rules.py	2009-05-07 05:08:46 +0000
> +++ bzrlib/rules.py	2010-02-05 12:54:32 +0000
> @@ -75,7 +75,7 @@
>          :param inifile: the name of the file or a sequence of lines.
>          """
>          options = {'encoding': 'utf-8'}
> -        self._cfg = configobj.ConfigObj(inifile, options=options)
> +        self._cfg = configobj.ConfigObj(inifile, **options)
>          sections = self._cfg.keys()
>          patterns = []
>          self.pattern_to_section = {}
The version of ConfigObj that we have (had?) in Debian didn't accept the
options argument.

Cheers,

Jelmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-bazaar-maint/attachments/20101015/9d7fb09e/attachment.pgp>


More information about the Pkg-bazaar-maint mailing list