Benjamin Peterson wrote on Sat, Feb 05, 2011 at 03:22:06 +0000: > Hyrum K Wright <hyrum <at> hyrumwright.org> writes: > > + if type(issues) == type(0): > > You should use isinstance(issues, int). Or even better see below.
Thanks for your input; I'll remember it for next time.