[PATCH] use python 2.x exception syntax

Mike McLean mikem at redhat.com
Fri Nov 13 14:47:22 UTC 2009


On Fri, Nov 13, 2009 at 9:15 AM, Chris Lumens <clumens at redhat.com> wrote:
> Which version of pykickstart is this meant to apply to?

patch was based on HEAD in git.
The commit that introduced the except..as lines was
4e1f0ff30bf1cb1d261d4920d82fc77a33761ff8 (just before 1.59).
A later commit (1ab2d9d798734e9e552d2bfa80f56166bc83d334, a little
before 1.62) changed the line after one of the except..as lines.

So the basic change (except foo as bar -> except foo, bar) should
apply from 1.59 onward. My particular patch should apply cleanly from
1.62 onward.




More information about the Kickstart-list mailing list