Re: [Zope3-dev] Re: SVN: Zope3/branches/3.3/ - fix for issue 517: intid might generate long instead of int which conflicts with btrees

2006-06-18 Thread Christian Theune
Florent Guillaume wrote: Christian Theune wrote: Log message for revision 68700: --- Zope3/branches/3.3/src/zope/app/intid/__init__.py2006-06-17 03:29:43 UTC (rev 68699) +++ Zope3/branches/3.3/src/zope/app/intid/__init__.py2006-06-17 04:10:29 UTC (rev 68700) @@ -47,7 +47,10 @@

[Zope3-dev] Re: SVN: Zope3/branches/3.3/ - fix for issue 517: intid might generate long instead of int which conflicts with btrees

2006-06-17 Thread Florent Guillaume
Christian Theune wrote: Log message for revision 68700: --- Zope3/branches/3.3/src/zope/app/intid/__init__.py 2006-06-17 03:29:43 UTC (rev 68699) +++ Zope3/branches/3.3/src/zope/app/intid/__init__.py 2006-06-17 04:10:29 UTC (rev 68700) @@ -47,7 +47,10 @@ implements(IIntIds) -