dates fail after upgrade

Richard, in matplotlib/dates.py, change line 155 from

    > remainder = x - ix to remainder = float(x) - ix

Thanks for th tip -- I'll commit this to svn.

JDH