Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 0/3] Use 'in' instead of deprecated has_key()
Date: Sun, 30 Dec 2012 03:34:37
Message-Id: CAEdQ38FcF3TAEUWpV=vb+hwJXaETN3o1XLR60AykiU7KKvdeXA@mail.gmail.com
In Reply to: [gentoo-catalyst] [PATCH 2/3] Use 'in' instead of deprecated has_key() by Matt Turner
1 (See rationale in patch 2/3)
2
3 Scripting catches handles almost all the instances, but isn't able to
4 handle a few exceptional cases which are handled in patches 1 and 3.
5 When committed, the three patches will be squashed together so that
6 there is no intermediate breakage.
7
8 Matt