[Zope3-dev] Testing ZODB in Python2.5.

nikhil n nikhil.n.n at gmail.com
Fri Jun 8 15:41:05 EDT 2007


     Tim Peters <tim.peters at gmail.com> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-dev/attachments/20070609/9bbf2a71/attachment.htm


More information about the Zope3-dev mailing list