From: "Andre Engels" <[email protected]> Sent: Tuesday, April 20, 2010 10:54 AM
> On Tue, Apr 20, 2010 at 4:36 PM, Morten Wang <[email protected]> wrote: >> On Tue, Apr 20, 2010 at 9:10 AM, Russell Blau <[email protected]> >> wrote: > > That looks like a Python programming error - this way it looks for the > exact string "Yy". What is meant is probably > > if ok in 'Yy': > > or equivalently, as you proposed: > > if ok in ['Y', 'y']: > Doh! Fixed in latest commit. _______________________________________________ Pywikipedia-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
