Tim Peters <[EMAIL PROTECTED]> wrote:
> >This is actually due to changes in Python's `struct` module, more > >accidentally than not related to the ongoing int/long unification. > > >I think it's better to change the specific test that failed; e.g., > change the > > u64(oid) > > part to > > int(u64(oid)) > > >in the test, and change the expected output to match the new output, > >That way the test will pass under all versions of Python, without > >anything hidden in magical normalizers. > Tim, thanks for your suggestion. These errors are corrected and the test will now pass under all versions of Python. With regards Nikhil N
_______________________________________________ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com