[merge] 'raise NotImplemented'
Robert Collins
robertc at robertcollins.net
Tue Sep 26 22:56:36 BST 2006
On Tue, 2006-09-26 at 15:23 -0500, John Arbash Meinel wrote:
> In inventory.py there are a lot of places that are doing:
>
> if not foo:
> return NotImplemented
>
> I'm pretty sure all of these should be:
>
> if not foo:
> raise NotImplemented
>
> Attached is a patch which fixes them.
+1
-Rob
--
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060927/0d0f257c/attachment.pgp
More information about the bazaar
mailing list