Bug#504413: KeyError: problem

2008-11-04 Thread John Wright
tags 504413 + pending thanks On Tue, Nov 04, 2008 at 03:20:16PM +0100, Pietro Abate wrote: > On Tue, Nov 04, 2008 at 02:43:22AM -0700, John Wright wrote: > > Anyway, I plan to pull this into the master branch and upload it after > > I've tested it a bit more (and probably written a few more unit t

Bug#504413: KeyError: problem

2008-11-04 Thread John Wright
Hi Pietro, Please check out my branch: [EMAIL PROTECTED]:/tmp$ git clone git://git.debian.org/git/pkg-python-debian/python-debian.git Initialized empty Git repository in /tmp/python-debian/.git/ remote: Counting objects: 1209, done. remote: Compressing objects: 100% (338/338), done. remote: Tota

Bug#504413: KeyError: problem

2008-11-03 Thread John Wright
Hi Pietro, On Mon, Nov 03, 2008 at 06:10:50PM +0100, Pietro Abate wrote: > Package: python-debian > Version: 0.1.11 > Severity: normal > > > This snippet of code highligths this problem that is probably related to > the fact that keys are saved at the class level and not at the instance > level

Bug#504413: KeyError: problem

2008-11-03 Thread Pietro Abate
Package: python-debian Version: 0.1.11 Severity: normal This snippet of code highligths this problem that is probably related to the fact that keys are saved at the class level and not at the instance level (something to do with shared_storage maybe ??). :) p - test.py